|
Yaf_View_Simple::assignRefThe assignRef purpose Description
public bool Yaf_View_Simple::assignRef(string
$name , mixed &$value )unlike Yaf_View_Simple::assign, this method assign a ref value to engine. Parameters
Return Values
ExamplesExample #1 Yaf_View_Simple::assignRefexample
Example #2 templateexample
The above example will output something similar to: /* access the index controller will result: */ changed See Also
|