9 Reasons Why CodeIgniter Rocks


CODEIGNITER ROCKS

Codeigniter Blog

Every once and a while you come across a blog post or forum discussion about what PHP application framework is the best. They each have their own positives and negatives, but the true answer to that question is that it depends on the programmer. Each programmer has a different style and different priorities when it comes to adopting a tool kit to use when building apps.

My framework of choice is CodeIgniter (CI) and below are my 10 reasons why CI rocks:

9. MVC Architecture 

The model, view, controller architecture is nothing new. It seems like all the coding frameworks are MVC nowadays, and if they aren’t it can be configured easily. I have had experience building large apps the procedural way and every time they end up with unmanageable spaghetti code. The MVC way of doing things offers nice code separation and keeps things clean. Some frameworks force you…

View original post 684 more words

One thought on “9 Reasons Why CodeIgniter Rocks

  1. Pingback: Add and remove multiple files from a Git repo that have already been deleted from disk | Mansoorkhan T K

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s