Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function _initFormLoader()
- {
- $autoloader = new Zend_Application_Autoloader_Resource(array(
- 'namespace' => 'Application',
- 'basePath' => dirname(__FILE__),
- ));
- $autoloader->addResourceType('form', 'forms/');
- return $autoloader;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement