[PHP] pobierz, plaintext protected function _getColumns() { $q = $this->pdo()->query("PRAGMA table_info(".$this->table.")")->fetchAll(); return array_column($q, 'name'); }[PHP] pobierz, plaintext