I\'m working with a Symfony generated admin and need to include some custom HTML into a form. This HTML (a label, img tag, and link开发者_如何学编程) should only appear when the action is \'edit\'. Wh
I\'m working on my first symfony project (it\'s great !), i am using the sfWidgetFormTextareaTinyMCE widget for a form in the backend (to display the WYSIWYG).
the symfony form is, \'nation\'=>new sfWidgetFormChoice(array(\'choices\' => NationPeer::getAllNation())),
I\'ve just started to use the sfEasyGMapPlugin, in my Symfony website. So I\'ve f开发者_如何学运维ollowed the samples and created a basic map, to check if it works.
Flash messages in Symfony projects give feedback to website users after an action is performed. They usually only show for one page load after the action is triggered.
I´m working on a huge project at my work. We have about 200 database tables, accordingly a huge number of Models, Actions and so on.
Currently, my login form looks like this, class LoginForm extends BaseFormPropel { public function setup()
I\'m using Symfony 1.2 with Doctrine. I have a Place model with translations in two languages. This Place model has also a nested set behaviour.
I succeeded to create a register form, and now users can register my site. But I can\'t create a form where users can edit 开发者_StackOverflowtheir profile.
In my Symfony application I would like to choose the routing.yml based on the current user\'s culture;