Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(9)
我想说 Codeigniter 与您所能得到的一样轻,它相当少约定,并且已被证明在开销方面是最轻的。
它很简单并且有据可查。
I would say Codeigniter is about as light as you are going to get, It's fairly convention-less and has proven to be the lightest in terms of overhead.
It is simple and well documented.
我选择投票给 CODEIGNITER ,因为易于使用和构建应用程序以及丰富的文档。
谢谢
My choice of vote is for CODEIGNITER , because easy to use and build applications and rich documentation.
Thanks
MicroMVC 当然。
正如广告所言:
全部低于 150kb!
MicroMVC for sure.
As advertised:
All under 150kb!
我也同意@jondavidjohn。我从 codeigniter 开始,对其简单且记录良好的语法印象深刻。如果你是第一次开始框架,对我来说CodeIgniter是最好的选择。尝试一下 http://codeigniter.com/user_guide/ ...
I too agree with @jondavidjohn. I started with codeigniter and really impressesed with its simple well documented syntax. If you are starting framework for the first time, As for me CodeIgniter is the best choice. Give it a try http://codeigniter.com/user_guide/ ...
我发现 Cakephp 框架对我来说非常上瘾......你可以看看
I find Cakephp Framework very addicted for me.................u could check it out
我认为您正在寻找 Kohana 3 - http://kohanaframework.org/
文档很糟糕,但它非常轻量级,有一个很好的社区(即使是在SO上),它比Symfony更简单,比CodeIgniter更强大(Kohana的第一个版本是基于CodeIgniter)
I think you're looking for Kohana 3 - http://kohanaframework.org/
The documentation sucks but it's very lightweight, there's a good community (even on SO), it's more simple than Symfony and more powerful than CodeIgniter (the first version of Kohana was based on CodeIgniter)
您可以查看PHP Frameworks网站,在这里您可以全面比较各种PHP框架,帮助您选择合适的php框架为您的项目。他们提供 PHP 框架比较、十大框架, 、论坛等。
You can check PHP Frameworks site, where you can fully compare all kinds of PHP frameworks and help you choose the right php framework for your project. They offer PHP Frameworks comparison, top 10 frameworks, reviews, forum, etc.
谢谢你们的帮助。
我也喜欢CI。我还用谷歌搜索并找到了这个。它看起来很有希望,让我们看看它如何运作,如果它不起作用,将回到 CI。
Thanks for your help guys.
I love CI too. I also googled and found this one. It looks promising, let's see how it works out, will come back to CI if it doesn't work.
就我个人而言,我发现 Kohana 2.3 很成功(恕我直言,后来的版本工作得不太好),因为它有一个非常简单的 MVC 结构,运行速度相当快,而且是 OO。它基于 CodeIgniter。
然而,我会选择一个框架并坚持使用它,更多地关注在充分理解 MVC 的情况下设计应用程序。 Head First Design Patterns (http://www.amazon.com/First-Design-Patterns-Elisabeth-Freeman/dp/0596007124) 帮助我理解了为什么 MVC 有用以及如何实现它。祝你好运!
Personally, I found success with Kohana 2.3 (the later versions don't work as well IMHO) as it has a very simple MVC structure, it runs fairly quickly, and it is OO. It was based off of CodeIgniter.
However, I would pick a framework and stick with it, paying more attention to designing your application with a good understanding of MVC. Head First Design Patterns (http://www.amazon.com/First-Design-Patterns-Elisabeth-Freeman/dp/0596007124) helped me understand why MVC was useful and how to implement it. Good luck!