コード例 #1
0
ファイル: plugins.php プロジェクト: biggtfish/magixcms
 /**
  * @access public
  * Active le test de l'installation de smarty 3
  */
 public function testInstall()
 {
     return backend_model_smarty::getInstance()->testInstall();
 }
コード例 #2
0
ファイル: template.php プロジェクト: biggtfish/magixcms
 /**
  * @param null $index
  */
 public static function getConfigDir($index = null)
 {
     backend_model_smarty::getInstance()->getConfigDir($index);
 }