Is codeigniter 3 code standards is out dated?? |
Vimal, if you want create everything (controllers, models, views, helpers, layout/template, auth, etc.) manually and you don't really care about namespace, traits etc, and you like this framewok. So use it. It's a mistake believes that CI can't be used on big projects.
If you want everything (controllers, models, views, helpers, layout/template, auth, etc.) automatic you may consider use Yii Framewok 2, they have a web interface to built almost everything that you need, they brings to you, some migrates to ease your life, use by default composer, bower, twitter bootstrat 3, and many other features. However the learning curve is a little bit higher than CI. If you want a skeleton to everything (controllers, models, layout/template, auth, etc.) partially automatic you may consider use Laravel 5, they have a powerful cli interface that generate you models, controllers, etc. They brings to you, composer, twitter bootstrat 3, blade template engine, etc. However the learning curve is a little bit higher than CI.
PHP is Life!!! SeeĀ My Portfolio
|
Messages In This Thread |
Is codeigniter 3 code standards is out dated?? - by Vimal - 05-25-2015, 07:11 AM
RE: Is codeigniter 3 code standards is out dated?? - by dmyers - 05-25-2015, 01:03 PM
RE: Is codeigniter 3 code standards is out dated?? - by Vimal - 05-25-2015, 10:03 PM
RE: Is codeigniter 3 code standards is out dated?? - by dmyers - 05-26-2015, 08:09 PM
RE: Is codeigniter 3 code standards is out dated?? - by Narf - 05-27-2015, 09:09 AM
RE: Is codeigniter 3 code standards is out dated?? - by kenjis - 05-27-2015, 09:44 PM
RE: Is codeigniter 3 code standards is out dated?? - by Narf - 05-28-2015, 08:07 AM
RE: Is codeigniter 3 code standards is out dated?? - by kenjis - 05-28-2015, 02:46 PM
RE: Is codeigniter 3 code standards is out dated?? - by calcio - 05-28-2015, 09:23 AM
|