Exemple #1
0
 public function __construct($config = '')
 {
     parent::__construct();
     if (is_array($config)) {
         $this->config($config);
     }
 }
Exemple #2
0
 public function __construct($config = null)
 {
     parent::__construct($config);
     if (DevValue::isNull(self::$_database)) {
         self::$_database = array();
     } else {
         $this->_current = end(self::$_database);
     }
     return $this;
 }
Exemple #3
0
 public function __construct($config = null)
 {
     parent::__construct();
 }