示例#1
0
 /**
  * init()
  *
  */
 public function init()
 {
     $this->_dbTableName = $this->_resource->getAttribute('dbTableName');
     $this->_actualTableName = $this->_resource->getAttribute('actualTableName');
     $this->_filesystemName = ucfirst($this->_dbTableName) . '.php';
     parent::init();
 }
示例#2
0
 /**
  * init()
  *
  */
 public function init()
 {
     $this->_formName = $this->_resource->getAttribute('formName');
     $this->_filesystemName = ucfirst($this->_formName) . '.php';
     parent::init();
 }