Hello,
I am using the .phtml template engine, and I would like to know if it possible to past custom functions into the view like function test(){ return 34; }
and then in the view $test = test(); echo $test;
AND is it posible to remove the findFirst function inside view?