コード例 #1
0
ファイル: Process.php プロジェクト: okite11/frames21
 protected function _construct()
 {
     $this->_process = Mage::getModel('compiler/process');
     $this->_validationResult = $this->_process->validate();
     return parent::_construct();
 }