Example #1
0
 /**
  * Get table columns
  * @param $table
  * @return array
  */
 public function getColumns($table)
 {
     $this->query->describe($table);
     return $this->prepareAndFetchAll();
 }