i\'m currently adapting an existing Symfony project to my needs and would 开发者_JAVA技巧like to add some static pages. As far as i know, i can add lines to the rounting.yml but after the upload the r
[originally posted on Symfony forum but no (proper) answer has been given yet]. Has anyone ever managed to put Sortable behavior using csDoctrineActAsSortablePlugin on any model having i18n fields?
I want to make a form on ajax in Symfony Framework. The problem is the only way I f开发者_StackOverflow社区ound is with jquery and .load function. But with this way how to pass post values? I don\'t w
I wan\'t to edit the user/settings page made by s开发者_StackOverflow中文版fForkedDoctrineApplyPlugin.
I have two models : Operation and OperationHistory Operation: columns: startdate:{ type: timestamp, notnull: true }
I am trying to setup symfony1.4 on a server that is using Plesk. So far I have uploaded everything to the httpdocs (httpdocs/apps, httpdocs/lib etc)folder, which is the web root.
$message = Swift_Message::newInstance(\'Testing\') Here, when I pass a variable to newInstance() method, a mail is not sent.
Currently our project is not having any SSL Security. All of the URLs in the project can be accessed by urls like http://www.something.com.
i\'m working on a symfony project and i developed a form to upload a file and save its info to a table in my model. And didn\'t use the sfForm class to implement my form.
I want to set a userID while a form is processed in processForm, located in actions.class.php. The problem is, I have unset the userID field and somehow I can\'t set a value for that. I\'ve searched b