Hi All
What is the correct way to add a vendor helper path to the existing helper
stack, and where should this be done, in the setup() of my app class?
$stk = array('Vendor_App_Helper');
$stack = Solar::factory('Solar_Class_Stack');
$stack->add($stk);
Or
$stack = Solar::factory('Solar_View');
$stack->addHelperClass($stk);
--
Jeff Surgeson / South Africa