class Controller_Admin extends Controller {
public function before()
{
// Load Parser extensions
$twig = View::instance(); // instance method obviously doesn't exists, is an example
include_once APPPATH.'vendor/Twig_ext/operators/concat.php';
$twig->addExtension(new \Concat_Twig_Extension());
...
}
}
It looks like you're new here. If you want to get involved, click one of these buttons!