Пример #1
0
 public function __construct($options = null)
 {
     parent::__construct();
     $this->_last_id = 0;
     if (is_array($options)) {
         $this->create($options);
     }
 }
Пример #2
0
 public function __construct(array $options = null)
 {
     parent::__construct();
     $this->last_id = 0;
     if (is_array($options)) {
         return $this->create($options);
     }
     return true;
 }
Пример #3
0
 public function __construct(array $options = null)
 {
     parent::__construct($options);
 }