... 'View_SimpleTags' => array( 'include' => PKGPATH . 'parser' . DS . 'vendor' . DS . 'simpletags.php', 'delimiters' => array('<<', '>>'), 'trigger' => 'tag:', ), ...
$view = View::factory('test.stags'); $view->variable = 'Whooooaaaa'; $this->response->body = $view;
<div class="content"> <h3> <<tag:variable>> </h3> </div>
Davide Bellini wrote on Saturday 18th of June 2011:If your code works, please make a "Pull Request" from Github ... so Jelmer can check and merge your code into the official package.
It looks like you're new here. If you want to get involved, click one of these buttons!