jedzf Posted September 11, 2011 Share Posted September 11, 2011 which is better for beginners? i know php but im knew to this framework/pattern thing. Also, could someone give me good zend framework/codeigniter video tutorials for beginners? Thank you for the reply! Quote Link to comment https://forums.phpfreaks.com/topic/246887-zend-framework-vs-codeigniter-which-one-to-learn/ Share on other sites More sharing options...
trq Posted September 12, 2011 Share Posted September 12, 2011 This is a pretty subjective question really. I've never been much of a fan of CI, Zend on the other hand has quite a steep learning curve unless you are already very familiar with OOP concepts and design patterns. As for video tutorials? This is programming, bye a book or read the manual. Quote Link to comment https://forums.phpfreaks.com/topic/246887-zend-framework-vs-codeigniter-which-one-to-learn/#findComment-1268170 Share on other sites More sharing options...
Philip Posted September 12, 2011 Share Posted September 12, 2011 I wouldn't so much pick one based off of which is easiest to learn, but instead which suits your needs best: http://www.phpframeworks.com/ Quote Link to comment https://forums.phpfreaks.com/topic/246887-zend-framework-vs-codeigniter-which-one-to-learn/#findComment-1268190 Share on other sites More sharing options...
gizmola Posted September 12, 2011 Share Posted September 12, 2011 For a beginner, CI or CakePHP is going to be easier. However, the question is whether you want to invest in learning 2 antiquated long in the tooth frameworks purely because they are easy to learn, or whether you want to learn the state of the art. There is going to be a steep learning curve regardless, and typically you're learning the framework because you want to actually build applications with it. The two most advanced php frameworks right now are Zend Framework and Symfony. In my opinion you should look at them both. Again for a beginner, ZF is both a framework and a library, and because it has so many different options, people often find it confusing to get started with. If you're using mysql, many people pair it with an orm library like doctrine. Where this is one of the fundamental bundled libraries with Symfony, with ZF you have to figure out how to inegrate the two, or you use zend_db. As a beginner, I'd probably suggest you start with symfony, as it doesn't expect you to understand how to put all the pieces of the framework together. It has application tutorials that walk you through building a real world application, so if you're a learn by example type person, you'll probably find it's easier to get going with it. Quote Link to comment https://forums.phpfreaks.com/topic/246887-zend-framework-vs-codeigniter-which-one-to-learn/#findComment-1268246 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.