大家觉得好用的 PHP 框架有哪些啊?

2015-09-17 15:09:55 +08:00
 ibiger

Yii 这个用起来好啰嗦。

7829 次点击
所在节点    PHP
97 条回复
maddot
2015-09-18 14:13:37 +08:00
Every kid that has written a hello world with other programming language is qualified to criticize PHP
ibiger
2015-09-18 14:19:16 +08:00
@programcat 赞,帅哥博客确实很快, 页面里面嵌 PHP 可以分离一下。
shellcodecow
2015-09-18 14:53:54 +08:00
phalcon 不错 简洁。 不过我也嘻哈 YII2
motecshine
2015-09-18 15:17:24 +08:00
java 是世界上最好的语言
kuochung
2015-09-18 15:18:39 +08:00
@motecshine java +1
realpg
2015-09-18 15:31:29 +08:00
轻: Codeigniter
重: laravel yii2
loolac
2015-09-18 16:08:03 +08:00
不用框架, php 收集一下常用的代码就 ok
vinsony
2015-09-18 16:52:08 +08:00
CodeIgniter 3
543400
2015-09-18 16:58:59 +08:00
@vibrance 你的答案亮了
wind3110991
2015-09-18 17:58:29 +08:00
作为最好的语言,还是自己实现一个框架吧~



哈哈,开玩笑, yii framework 2.0 / 3.0 你值得拥有, MVC 下的 M 模块特别好用,新手 XAMPP 一周可以上手开发一个中型网站,我这种没学过 php 的直接上 yii 都可以,更别说 phper 了
49300289
2015-09-18 20:43:27 +08:00
fatfree framework +1
Roope
2015-09-18 21:14:15 +08:00
Laravel
ibcker
2015-09-19 02:35:30 +08:00
这种要引发世界大战的话题···我就看看就行···
mingyun
2015-09-20 23:19:21 +08:00
laravel+1024
rambone
2015-09-23 23:33:26 +08:00
yii2
lloydzhou
2015-10-01 05:06:00 +08:00
推荐一个精简的 Router 库做路由控制器 https://github.com/lloydzhou/router ,可以根据映射的 handler 自动从 request 获取变量,支持自定义 error handler 和 hook 。可以通过 hook 方便的定制参数过滤、登录检查等。

(new Router())
->error(405, function($message){
header('Location: /hello/world', true, 302);
})
->get('/hello/:name', function($name){
echo "Hello $name !!!";
})
->execute();
还不错
sunsh217
2017-08-13 11:49:33 +08:00
codeigniter 3 +1

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/221459

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX