Exemplo n.º 1
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;
 }
Exemplo n.º 2
0
 public function __construct($config = null)
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 public function close()
 {
     fclose($this->_connection);
     // clean up
     parent::close();
 }