|
@@ -43,6 +43,12 @@ class Zend_Tool_Project_Context_Zf_ApplicationDirectory extends Zend_Tool_Projec
|
|
|
|
|
|
|
|
protected $_classNamePrefix = 'Application_';
|
|
protected $_classNamePrefix = 'Application_';
|
|
|
|
|
|
|
|
|
|
+ public function init()
|
|
|
|
|
+ {
|
|
|
|
|
+ $this->_classNamePrefix = $this->_resource->getAttribute('classNamePrefix');
|
|
|
|
|
+ parent::init();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* getPersistentAttributes
|
|
* getPersistentAttributes
|
|
|
*
|
|
*
|