TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What PHP Framework should I use?

1 点作者 jsh4ft超过 12 年前
I'm building a healthcare tool -- about to land first client for a large amount of money. I wrote a bunch of code by hand in PHP with jQuery and Bootstrap. MySQL in the backend.<p>Most of the User Interface is scrolling through DataTables or looking at graphs (Google Charts API) based on the data.<p>I was looking at either CakePHP or CodeIgniter -- but I'm open to others.<p>What would HN recommend?<p>Thanks!

8 条评论

Glowbox超过 12 年前
<a href="http://mavrck.com/blog/2013/01/ive-evaluated-php-frameworks-and-the-answer-is-laravel/" rel="nofollow">http://mavrck.com/blog/2013/01/ive-evaluated-php-frameworks-...</a><p>A recent writeup (not by me).<p>Would not recommend CodeIgniter, last time (~1 year ago) I used it it was a pain to get a proper ORM working with it.
prplhaz4超过 12 年前
<a href="http://www.yiiframework.com" rel="nofollow">http://www.yiiframework.com</a><p>It is actually really well suited to integrating existing code/database (with component architecture and model/controller generators) and takes a lot of principles from the RoR way of doing MVC.
jsh4ft超过 12 年前
Also, I'm a self taught developer and will be learning MVC and other concepts as I go.. From an old thread I'm seeing some people recommend Laravel but I haven't read into it further.
wesley超过 12 年前
<a href="http://www.laravel.com" rel="nofollow">http://www.laravel.com</a>
ishener超过 12 年前
I recommend CodeIgniter Simple, fast, and did I mention simple?
timmillwood超过 12 年前
how about symfony?<p>or why not do what many PHP devs have, and learn Ruby, then use something like Rails.
评论 #5104035 未加载
0x0超过 12 年前
I liked Silex
thefsb超过 12 年前
yii