コード例 #1
0
ファイル: Default.php プロジェクト: bklein01/siberian_cms_2
 protected function _initTranslator()
 {
     Core_Model_Translator::prepare(strtolower($this->getRequest()->getModuleName()));
     return $this;
 }