Пример #1
0
 public function __construct(array $options = [])
 {
     parent::__construct($options);
     $result = parent::exec("describe site", true);
     $this->table = $result === false ? 'settings' : 'site';
     $this->setCovers();
     return $this->pdo;
 }