I\'ve tried integrating sfPHPOpenIdPlugin but that hit a dead-end since it\'s built for Symfony 1.2 and relies on deprecated PHP functionality; I also had a go with sfGoogleLoginPlugin which did authe
I have a project built on Symfony 1.4 and it has multiple environments - each developer has their own co开发者_JAVA百科py installed on their local machine and therefore has their own environment.
sfGuardUser model of sfDoctrineGuardPlugin is defined this way: sfGuardUser: actAs: [Timestampable] columns:
in a form if there is a field and a global error both messages are showed. I would like to show the global errors only if th开发者_StackOverflow社区ere isn\'t any field error.
My table开发者_运维问答s are named in a plural form - Models / Entities, is there a way to make the generated classes named Model / Entity?
I\'ve got following URL in symfony (specifics not important): /frontend_dev.php/something/25/apple ... and a routing rule:
开发者_开发问答I\'m using symfony with doctrine and I make a registration form. Email field is declared unique and if I set it to already existing one, I get the message An object with the same \"emai
I\'m using symfony 1.4.3 Is there some way to render a sfWidgetFormChoice as an unordered list? In the API there is an option called \'renderer_class\' but I c开发者_高级运维an\'t find any documenta
i have this line below in fronte开发者_StackOverflownd/config/view.yml: stylesheets:[main.css] The rules of that file are applied to the templates of the modules of frontend, but no to the templates
I am working with a CMS-type site in Symfony 1.4 (Doctrine 1.2) and one of the things that is frustrating me is not being able to store HTML pages in YML fixtures. Instead I have to create SQL backups