Smarty dereferencing/complex object calls
Note to self: next time I have trouble calling nested methods on an object in Smarty, use this:
http://code.google.com/p/smarty-php/issues/detail?id=3
Example:
{$object->methodReturningObject()->nestedMethod('with','complex',$arguments)}
http://code.google.com/p/smarty-php/issues/detail?id=3
Example:
{$object->methodReturningObject()->nestedMethod('with','complex',$arguments)}
0 Comments:
Post a Comment
<< Home