Exemplo n.º 1
0
 public static function instance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new Kohana_elFinder();
     }
     return self::$_instance;
 }
Exemplo n.º 2
0
 public function before()
 {
     $this->_elFinder = Kohana_elFinder::instance();
     parent::before();
 }