Hi!
I've created view resource plugin:
class Zend_Application_Resource_Phptal extends
Zend_Application_Resource_ResourceAbstract {}
Application is initialized with Zend_Tool defaults:
// Create application, bootstrap, and run
$application = new Zend_Application(
APPLICATION_ENV,
APPLICATION_PATH . '/configs/application.ini'
);
It works ok when I put the plugin in:
Zend/Application/Resource/Phptal.php
Now I want to change it to:
My/Application/Resource/Phptal.php
Is there a chance to tell application where
to look for resources with "My_" prefix
directly from the application.ini config file,
possibly without modifying default index.php?
--
regards
takeshin
--
View this message in context:
http://www.nabble.com/Resource-plugins-in-custom-directory-tp23384908p23384908.html
Sent from the Zend Framework mailing list archive at Nabble.com.