摘要:
关联两个数据表,在Model里建立StuModel.class.php: 在view中建立Stu文件夹,建立主页面index.html: 在Stu中建立修改页面edit.html: 在Controller中建立StuController.class.php: 阅读全文
摘要:
thinkphp惯例文件是不可更改的,有配置设置通常在Application->Commen->Conf->config.php更改。 绑定数据库信息 阅读全文