I'm getting an empty string when using the front controller resource helper
when setting the baseurl key. Is this an issue. After dumping the value in
Zend_Application_Resource_Frontcontroller it appears that's it's running
twice. The original value being correct the second instance an empty string.
The Zend_Application array I'm working with is below for clarification.
'resources' => array(
'frontController' => array(
'baseurl' => '/phpower',
'moduleDirectory' => APPLICATION_PATH . '/modules',
'plugins' => array(
'acl' => 'App_Plugin_Auth_Acl'
),
'actionhelperpaths' => array(
'Zend_Controller_Action_Helper' => APPLICATION_PATH .
'/modules/default/helpers'
)
),
Thanks
Tom Shaw
[email protected]