示例#1
0
文件: CakeAdapter.php 项目: lhas/pep
 /**
  * Returns table columns
  *
  * @param string $tableName Table Name
  * @return Column[]
  */
 public function getColumns($tableName)
 {
     return $this->adapter->getColumns($tableName);
 }