thinkphp
开发手册:https://www.kancloud.cn/manual/thinkphp5/118004
web框架三大核心知识(路由,控制器,模型)
验证器,读取器,缓存与全局异常处理
ORM模型与关联模型
环境php>5.0.4
项目建立
1:在www下建立zerg项目
2:现在完整版的解压到zerg下
3:浏览器运行 http://localhost/zerg/public/
---------------------------------------------------------------------------非常重要---------------------------------------------------------------------------------------------------------------------
thinkphp:
public ->index.php入口文件
application:就是应用
应用里可以包含好多模块:如index,admin。下边图片只有index模块
index模块里就是MVC
请发表评论