mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正 model类的alias方法
This commit is contained in:
@@ -43,7 +43,6 @@ class Mysql extends Driver
|
||||
* 取得数据表的字段信息
|
||||
* @access public
|
||||
* @param $tableName
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getFields($tableName)
|
||||
@@ -71,9 +70,7 @@ class Mysql extends Driver
|
||||
/**
|
||||
* 取得数据库的表信息
|
||||
* @access public
|
||||
*
|
||||
* @param string $dbName
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getTables($dbName = '')
|
||||
@@ -107,7 +104,6 @@ class Mysql extends Driver
|
||||
return $key;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 随机排序
|
||||
* @access protected
|
||||
|
||||
Reference in New Issue
Block a user