franck.ra Messages: 7 Registered: June 2006 Location: Paris
Junior Member
I use template such as this call: "$this->setTemplate('edit');"
to use editSuccess.php file.
I see we don't have seperate code in template and in action (it s php syntax in both files view and controller).
So, we don't have compiled file between php and template files.
I wanted to use php to create different compiled file with the same template. The template data will be changed before in php.
I usually use smarty to do that but i don't find how to do this in symfony...