课程
/后端开发
/PHP
/大话PHP设计模式
localhost/Home/index
2016-11-24
源自:大话PHP设计模式 14-7
正在回答
我的 nginx 配置
server { listen 80 default_server; root /var/www/; index index.html index.php index.htm; location / { try files $uri/ /index.php$query_string; } }
nginx apache 的rewrite 加 php pathinfo
举报
帮助PHPer具备使用设计模式解决工程中复杂逻辑的能力
1 回答url里面是怎么实现的
2 回答找类的定义以及方法的实现功能确实挺有用的 ctrl+onclick
2 回答感觉适配器模式就是一个Interface功能的具体实现,这种理解对么?
1 回答那链式操作的每个方法大概是怎么实现的呢
2 回答这里的 use 怎么解释啊