- Remove companyModel::getList.
This commit is contained in:
@@ -14,17 +14,6 @@
|
||||
<?php
|
||||
class companyModel extends model
|
||||
{
|
||||
/**
|
||||
* Get company list.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function getList()
|
||||
{
|
||||
return $this->dao->select('*')->from(TABLE_COMPANY)->fetchAll();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取第一家公司。
|
||||
* Get the first company.
|
||||
|
||||
Reference in New Issue
Block a user