Hi Folks
I use symfony 1.4.
At some places in my "action.class.php" I have used "getPartial"
method when ever there is a need to change the view via ajax.
public function executeFastAction()
{
$returnText = $this->getPartial('myPartial', array('myVrialbles'=>
$val))
return $this->renderText($returnText);
}
But I happen to read in symfony docs that this breaks the symfony MVC
separation.
(
visit link for reference
http://www.symfony-project.org/book/1_0/18-performance
)
Is there a better way to do this? Or what is the standard way of doing
this anyway?
Thanks
Deepak Kumar
INDIA
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en