A Very Quick Zend Framework VS. Code Igniter Comparison

Posted on: Jan 25, 2008 by wenbert

Before anything else, I want the readers to know that I have used Zend Framework for a few months prior to using Code Igniter. I hang out in #zftalk (freenode) when I have time. So I am more of a ZF guy than a CI person. But after working with Code Igniter for a couple of weeks, I realized how much a love ZF over it (CI). Working and coding in ZF is more enjoyable than working in CI – I don’t know if it just me, but I don’t feel comfortable coding in Code Igniter.. I have had instances in CI where I think I could have done a better job if I wrote it in ZF – espcially with the ZF Components.

Code Igniter has some pretty nice features though. For instance, you can deploy an MVC project in less than a minute. You just have to configure the files an then viola! You are now up and running. While with ZF, you would have to make your own bootstrap file and you would have to choose which directory structure you will use. I think this is why a lot of people use CI. The learning curve is very easy and deployment is fast. But the joy ends there – well at least for me since I love exploring the unknown.

I have complete confidence that Zend Framework will be able to handle any project – from web sites to custom web applications — just about anything. It might take longer to configure and deploy, but in the end it is all worth it. I also find it very comforting that the Zend Framework Components are made by people who “really” know PHP. I have had bad experiences using “hacks”, poorly-tested user-contributed plug-ins by using other open-source ready-made CMSes.

In the end, both frameworks have their strengths and weakness. Code Igniter is fast to deploy and easy to configure. For Zend Framework, no matter what other people say about it– I love it :P FTW!


Subscribe to comments Comment | Trackback |
Post Tags: ,

Browse Timeline


Comments ( 12 )

Thank you for this interesting post ! A useful list of web frameworks can be found at http://www.therightsoft.com/softwaretechnologies/webframeworks/

tom added these pithy words on Feb 12 08 at 6:12 AM

I’m a professional web developer. I write applications for mostly large companies, but a few small ones as well.

We used to use ZF until we realized that it instantiates a huge number of objects. Performance with ZF is absolutely ridiculous… it’s the definition of software bloat.

CI, on the other hand, uses only what you need. I really suggest you work with CI some more. The ease of coding is not the most important thing.

Steve added these pithy words on Jul 14 08 at 9:08 PM

>> But the joy ends there – well at least for me since I love exploring the unknown.

lol, that’s the reason you degrade CodeIgniter ?

you may try Python or Ruby IMHO …

david added these pithy words on Aug 19 08 at 11:49 PM

@david, i still use code igniter :P for my quick projects. :P

Wenbert added these pithy words on Aug 20 08 at 8:40 AM

I will appreciate Steve ! he is right,
We don’t want 500% when we need only 100% !!!!

Lots of load just for functionality I might never use!

I like both ZF and CI but I will always prefer CI cause its so flexible and lightweight.

Priyabrata added these pithy words on Sep 16 08 at 3:12 AM

I agree with Priyabrata, because applications in a CI framework is fast and lightweight.

Jan Karlo added these pithy words on Apr 16 09 at 5:18 PM

Both ZF and CI aim to be loosely coupled, so theoretically you can combine the best of both frameworks by combining those components that you find useful to you. Just a thought ;)

Tash added these pithy words on May 25 09 at 2:07 PM

I absolutely love ZF. I did made it as a coding standard in our company. I built our own framework on top of ZF, and it’s fantastic. The only reason that make “ZF” bloat as what other people say, they just don’t know how to do it. It may be hard at first, but when you examined closely, ZF could just be the best.

Who else knows better how to build a faster framework for PHP other than the ones creating PHP?

markg added these pithy words on Aug 01 09 at 10:06 AM

I have no experience in Zend framework . Codeigniter works fine for me .It also fit for my big projects .The most top graphics designers in the world are not the programmers of Adobe Photoshop .sorry for my english .

rabeesh added these pithy words on Aug 13 09 at 3:41 PM

“at least for me since I love exploring the unknown.”
- Yeah, exploring badly written and complicated API:S with lot’s of bugs which change dramatically from version to version. Sounds to me that Zend sucks bigtime!!
I like CI for being fast and convenient.

Johnb added these pithy words on Sep 12 09 at 8:33 PM

We have been using ZF for about two years, and we have developed an extremely large project for the goverment. Personally i still think CI is like a toy. Some people say it is more lightweight, faster, blah, blah… it might be true, but it doesn’t make much sence to us. How can you take it for granted that ZF is not good enough? We think ZF is just PERFECT!!!

Do you really dare to use ci or other frameworks for real commercial projects? I don’t think so..Why we decided to use ZF was just because ZEND is more trustful. Zend has money, technology, smartest people. And also, it definately benefits your career 9999% more than using other frameworks.

ZF is already 1.9 now, and I really don’t understand why some people still complain so much.

Just give you an advice, the eariler you use ZF the better. because you will make headway towards success compared with other PHP programmers.

dave added these pithy words on Oct 21 09 at 7:34 PM

I will get Zend Framework another try. Because I would like to get hang of advanced stuff and boost my career.

Johnbigdick added these pithy words on Oct 29 09 at 9:03 PM

Add a Comment


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">


© Copyright 2007 eKini Web Developer Blog . Thanks for visiting!