TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

For those that build web applications, do you use a framework

4 pointsby skcin7over 13 years ago
I build PHP applications and have yet to use a framework. However, I am greatly considering to start. I was wondering what the general opinions here about using an existing framework.

8 comments

kingofspainover 13 years ago
I never used to but I tend to for all but the simplest of things these days. I personally use CodeIgniter because I like how it stays out of my way.<p>Be aware though that CI tends to be looked down upon in a similar way to how PHP itself is. I like it (and it has good docs), but if you use it be prepared to be the lowest of the low :)
brandoncordellover 13 years ago
We CakePHP on our flagship product, which is a government level enterprise application.<p>I used to use codeigniter, but there are too many things that (in my opinion) should be done for you, that you have to do yourself.<p>Codeigniter is a great first framework also. Much easier to pick up than CakePHP, or Zend.
MattBearmanover 13 years ago
I'd definitely recommend CodeIgniter with the Data Mapper ORM, I've tried others (Cake, Zend, etc) and CI seems to be the only one that never over-complicates things.<p>For me it's about getting shit done, I'm too busy to worry about being looked down on by Zend users :)
adamjleonardover 13 years ago
Existing frameworks remove a lot of the problems that come with attempting to roll your own code all the time. From security to just making things simpler.<p>I would suggest usually using a framework when you can.
michaeldhopkinsover 13 years ago
I always use either a framework or a CMS that's a framework, like Wordpress with Thematic. Every time I get involved in a project that has no framework (and too low of a budget) I regret it.
skcin7over 13 years ago
So far we have 1 recommendation to use a framework, and 1 recommendation to use KohanaPHP IF you choose to use a framework. Any other recommendations or thoughts?
ecommandoover 13 years ago
For PHP, I recommend KohanaPHP. I've played with it, and it appears to be the most complete framework I've examined.
评论 #2985289 未加载
NickABuseyover 13 years ago
CakePHP is really quite nice. I've used CodeIgniter, Zend and several others, Cake is still my favorite.