[Solar-talk] helper stack

Jeff Surgeson solar at 3hex.com
Mon Aug 21 02:29:58 PDT 2006


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


More information about the solar-talk mailing list