Пример #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;
 }
Пример #2
0
 public function __construct($config = null)
 {
     parent::__construct();
 }
Пример #3
0
 public function close()
 {
     fclose($this->_connection);
     // clean up
     parent::close();
 }