phpcms v9二次开发之模型类的应用(2)
程序员文章站
2022-06-16 09:00:24
...
二、模型操作方法select()--查询语句
//查询级别管理列表信息
public function levellists() {
$lelists = $this->level->select();//查询语句方法
include $this->admin