2016年11月14日
摘要: 1 shopnc 之模式: 2 shopnc一般的url访问为:http://localhost/shopnc1/admin/index.php?act=sui&op=hello 3 Controller: 4 控制器存放于\shopnc1\shop\control\xxx.php中 如 admin/control /sui.php 后台首页 5 6 class suiCont... 阅读全文
posted @ 2016-11-14 11:37 上善若水-随 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1 ShopNc学习笔记: 2 1.shopNc每个文件夹定义了单入口文件eg:shopnc/admin/index.php, shopnc/cms/index.php 3 2.MVC 4 M: 5 $model = Model('member');//系统首先会查找 model/member.model.php 文件及内部的 memberMo... 阅读全文
posted @ 2016-11-14 11:35 上善若水-随 阅读(1037) 评论(0) 推荐(0) 编辑