コード例 #1
0
ファイル: BackendSort.php プロジェクト: kot-ezhva/ygin
 public function getModel($className)
 {
     if ($this->_model == null) {
         $this->_model = parent::getModel($className);
     }
     return $this->_model;
 }