I\'m generating migrations between different yaml schema files: i.e. running: symfony doctrine:generate-migrations-diff
I am playing around with the Jquery Autocompleter in sfFormExtraPlugin but I am having trouble when i need to create a value not already in the autocomplete list.
I can not manage to have both i18n and tinyMCE widgets on internationalised fields. If i put both, i will have internationalised fields for all my objects\' fields, but no tinyMCE for them. I will hav
It looks like it is a stupid question, but i could not figure how to update symfony to 1.3. When i follow the tutorial to update my project, one of the step says \"Upgrade symfony to 1.3\" which is ac
What i开发者_JAVA技巧s the a standard way of adding new model to my app built on Symfony + Doctrine while maintaining all previous models and their meta-data (like relationships).
I have several web projects built with S开发者_如何学Pythonymfony v1.0, but I am excited by the new features in Symfony version 1.4 (Improved security, native email support and improved performance).
I am using Symfony 1.2.9, and I have a form that contains two date fields: start_date AND end_date. I want to impose the following validation criteria for the \'start_date\' field:
I\'m building a Symfony application that\'s made to run many sites. Similar to this article. So far so good except he uses some .htaccess "voodoo". To make it so image and CSS file links get
How to add a custom error message in sfValidator, the form is $this->setWidgets(array( \'name\'=>new sfWidgetFormInput(),
I am currently conducting a technical review of a web application that was developed by a third party. The used symfony framework. Are there any k开发者_如何学运维nown issues that I should visit first