I have a many to many relation between Product and Properties. I\'m using embedRelation() in my Product form to edit a Product and it\'s Properties. Properties includes images which causes my issue. E
I have task: <?php require_once(dirname(__FILE__).\'/../../config/ProjectConfiguration.class.php\');
I have the following schema.yml: JosJeventsVevdetail: connection: doctrine tableName: jos_jevents_vevdetail
I use symfony 1.4.11. I have frontend and backend form. Frontend : <?ph开发者_StackOverflow社区p
I have a previously writen query in other Doctrine project using Query开发者_JAVA技巧 Builder. $qb->select(\'c\', \'m\')
I\'m using url_for(\'module/myaction/id/3\') to create links in modified admin generator screens. Whenever I make a new action and try to link to it with url_for (\'module/action/id/3\'), I get /modul
I run a Symfony 1.4 project with very large amount of data. The main page and category pages are using pagers which need to know how much rows are available. I\'m passing a query which contains joins
Afternoon. I am working on multiple symfony projects which will share the same user database, and because I didn\'t want to re-invent the wheel I opted to use sfDoctrineGuard. I have a corelib that th
I\'m tyring to use sfWidgetFormInputFileEditable to upload photos of hotels when I add a new hotel from my backend. This is the description of the w开发者_StackOverflowidget:
I\'d like to replace default template of symfony1.4 with Mustache. To my surprise, I c开发者_如何学JAVAannot find related approach by Google search.