コード例 #1
0
ファイル: elfinder.php プロジェクト: retio/kohana-elfinder
 public static function instance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new Kohana_elFinder();
     }
     return self::$_instance;
 }
コード例 #2
0
ファイル: elfinder.php プロジェクト: retio/kohana-elfinder
 public function before()
 {
     $this->_elFinder = Kohana_elFinder::instance();
     parent::before();
 }