Changeset 2533
Author: Johan Janssens
(2010/09/03 20:38) Over 1 year ago
re #99 : Added supports for simple Fluent Interfaces. You can now assign variables to the view by using the variable name as the method name. If the method name is a setter method the setter will be called instead.
{{* For example : $view->layout('foo')->title('name')->display().{if(method_exists($this, 'set'.ucfirst($method))) {return $this->{'set'.ucfirst($method)}($args[0]);} else {