Hacker News new | ask | show | jobs
by benbristow 4271 days ago
CodeIgniter is great. The first MVC PHP framework I learnt to use.

Started to move over to Laravel now since that's where 'all the cool kids' are heading.

1 comments

I've also moved over to Laravel for the most part, but I like the minimalism of CodeIgniter, and still use it occasionally. It's actually to CI's advantage that it has grown so conservatively: it's still fast, secure, reliable, quick to deploy and upgrade, and there's not much to learn when coming back after years of absence.

(My only real gripe has been the lack of a good Model base class, which led me to roll my own: https://github.com/lukifer/TheMissingModel)

Best of luck to BCIT, I hope they keep building on CI's core strengths and resist the temptation to make radical changes.

Nice work. It's also worth checking out Jamie Rumbelow's MY_Model

https://github.com/jamierumbelow/codeigniter-base-model