Library and Plugins seem similar,wha开发者_StackOverflow社区t\'s the difference?/plugins is where Symfony Plugins are kept (installed / developed yourself), /lib is where more project specific files a
i\'m having a little issue with doctrine using symfony 1.4 (I think it\'s using doctrine 1.2). I have 2 queries, using raw sql in the mysql console, they produce the same resultset. The queries can be
im using symfony with doctrine, and Im trying to generate the schema yml file from a db. I get an this error
I\'m trying to use Open Flash Chart 2 on my symfony project by including the ofc2 library on one of my controller\'s action.
I\'m currently working on a web app written in Symfony. I\'m supposed to add an \"export to CSV\" feature in the backend/administration part of the app for some modules. In the list view, there should
I\'m working on a first symfony project, i am using the sfWidgetFormTextareaTinyMCE widget for a form tinymce text area. It works fine, but while retrieving from database, instead of showing me the fo
With the select_tag() helper, is there a way to avoid passing an id to the generatedelement? If not, what do you do when you have th开发者_StackOverflow社区e same form several times on a page and you
this is the index action and template generated at the backend for the model \"coche\". public function executeIndex(sfWebRequest $request)
I have two tables userdetails and blog question The schema is UserDetails: connection: doctrine tableName: user_details
I have 3 database tables: article article_has_tag (2 FK\'s to the other tables) tag I currently show a list of articles with the article\'s tags shown underneath but the number of queries grows as