mywebman
cd mywebman
composer update
```
> 相关演示代码在<https://github.com/hi-tpext/mywebman> `app/admin/`中,数据库脚本由---
## 配置
- 在`/config/thinkorm.php`中配置数据库,或在网页中配置[见下一步]
## webman1.4.x
新版本默认开启控制器后缀:`'controller_suffix浏览器输入 [`http://localhost:8787/admin`] 打开,如果没有事先配置数据库,将会跳转到配置数据库的页面(若不能正常跳,配置数据库后再试)。
2.pageTitle = '会员管理';
$this->enableField = 'status';
$this->pagesize = 8;
/* 作为下拉选择数据源create_time', '注册时间');
$form->show('update_time', '修改时间');
}
}
/**
* 保存数据