Redge's Trek through the Web

Ravings and bright ideas by a Dutch student of Artificial Intelligence, religion and faith, computers and life.

Sunday, May 17, 2009

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)}

0 Comments:

Post a Comment

<< Home