Added constructor to view to inherit paths config. Now you can render other templates inside views.
$view->render('template-name');
All other view methods will still work here. You can also use view to escape and modify text from any source.
Added constructor to view to inherit paths config. Now you can render other templates inside views.
$view->render('template-name');
All other view methods will still work here. You can also use view to escape and modify text from any source.