PHP Framework CodeIgniter Has a New Home
ellislab.com
PHP Framework CodeIgniter Has a New Home
1–8 of 8 posts
Re: PHP Framework CodeIgniter Has a New Home
#2Re: PHP Framework CodeIgniter Has a New Home
#3Started to move over to Laravel now since that's where 'all the cool kids' are heading.
Re: PHP Framework CodeIgniter Has a New Home
#4CodeIgniter 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.
(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.
Re: PHP Framework CodeIgniter Has a New Home
#5CodeIgniter 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.
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 ow…
Re: PHP Framework CodeIgniter Has a New Home
#6Symfony2 and others are now so much more ahead of CI. Composer and PSR-x standards make developing in PHP much more of a programming rather than scripting experience, and CI still feels closer to the latter.
On the other hand, I learnt much from CI when I first started MVC and OO development, so best of luck to BCIT.
Re: PHP Framework CodeIgniter Has a New Home
#7Although I wish BCIT all the best I'd wish it would have been picked up by WordPress instead. WordPress is great but it's really showing its age and it could do with a major overhaul. If WordPress would have adopted CI, bring it up to scratch with modern PHP development (Composer, PSR, component oriented, etc.) and build the next generation of WordPress (5.0?) on top of that, I think would have been beneficial to the greater community.
Edit: However, that might conflict with whatever Ellis labs is doing these days..
Re: PHP Framework CodeIgniter Has a New Home
#8That being said, I suppose at the end of the day, Codeigniter is still blazing fast and so incredibly easy to introduce to a newer developer. Maybe it will always have a place, and if so, I wish BCIT best of luck!