Is there a way to trace which controller function the Smarty variables are from in Zend framework?
Example below:
{$TITLE}
This is in search.tpl
This must have been assigned using Smarty's assign function
|
Is there a way to trace which controller function the Smarty variables are from in Zend framework? Example below:
This is in search.tpl This must have been assigned using Smarty's assign function |
|||
|
|
Since the A Smarty template can also assign a value, using What you can do though, is a |
|||||||||
|