I'm overwhelmed by the number of tutorials for codeIgniter. Shall I switch to it from cakePHP?

Regarding your question here are the points in favor of Codeigniter very quick to get started with (that means not too much switching time) does not bind you with naming conventions and directory structures (in cakephp, you can configure it your satisfaction, but again you should know where to configure) will give you a basic idea of MVC design pattern and how to make use of it to create a web application. You can build on this knowledge by using other frameworks to get to know how to make better use of it I have to say that for beginners documentation and community of Codeigniter is second to none Hope this helps.

Regarding your question here are the points in favor of Codeigniter very quick to get started with (that means not too much switching time) does not bind you with naming conventions and directory structures (in cakephp, you can configure it your satisfaction, but again you should know where to configure) will give you a basic idea of MVC design pattern and how to make use of it to create a web application. You can build on this knowledge by using other frameworks to get to know how to make better use of it. I have to say that for beginners documentation and community of Codeigniter is second to none.

Hope this helps.

The decision is up to you. The key thing is to stick with a framework so you learn enough to be productive. They're all pretty much the same but jumping between them will confuse you and delay your learning curve.

I disagree. They're not even the same much at all. I think it's important to look at several choices (and like you say, stick to one).

– Matthew Sep 20 '10 at 14:03 When I say they're the same, I mean what they are trying to achieve and the general way they go about it - assuming we're talking MVC. There aren't significant differences that would enable you to say,"For this project I'm going to use CodeIgniter and for that one I'll use Symphony. " They all have perceived strengths and weaknesses, but that doesn't mean they're real strengths or weaknesses.

For example CakePHP's documentation is much maligned by other framework users. In reality, it is very comprehensive with plenty of examples and the API documentation is 100%. – Leo Sep 20 '10 at 20:35.

One of the benefits of codeigniter is it's documentation. Depending on how much you used cakephp, you may need to realize that frameworks other than codeigniter often have more libraries and auto-generating funcionality (is that the right word? ).

Not to say that there's a shortage of commonly used libraries. But honestly codeigniter's learning curve is so low you (If you already understand a little php) should be able to dive right in and see what you think. I honestly can't remember life before codeigniter (vanilla php).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions