How should be implemented facultative one-to-one relation in Doctrine ORM and Symfony? Suppose there are some folders represented in database. Each folder can have a default icon or some custom icon r
I am quite aware that the extract task accepts application as a parameter, and th开发者_运维知识库us one can\'t expect it too look into the forms folder.
(I hope \'bootstrap\' is the correct term...) I have a Symfony 1.4 project in which I\'m using a PHP script that mostly contain开发者_开发百科s Javascript (I\'m including this script with a simple &l
Has 开发者_如何学JAVAanyone taken the sfLucenePlugin and made it work in Symfony 1.3 or 1.4? The plugin requires pake functions and the new config class to be adjusted but looks like it could be done
In my database, the user management is divided into two tables: - One created by the symfony sfDoctrineGuard plugin (sfGuardUser), with the username, 开发者_如何学Gothe password and other information
I just crea开发者_如何学JAVAted a custom schema formatter by extending sfWidgetFormSchemaFormatter for my forms. However, what is sad to know is that to use it, I need to specify that in the configure
I have a choice widget in a form: $years = range(14,130); $this->widgetSchema[\'age\'] = new sfWidgetFormSchema();
I\'m having what should be a simple problem with Symfony. In this example I have a User, LookingFor, and LookingForNames table.The user table holds the user account and has a relation with LookingFor
I having problems at trying to call a MySQL Stored Procedure with Symfony 1.4 and Doctrine 1.2. What I want to do is the following:
Hello I have a little problem with requests : In an action executeFiche, I have three requests public function executeFiche(sfWebRequest $request){