CodeIgniter Forums
[split] CodeIgniter 4 modules requested - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: [split] CodeIgniter 4 modules requested (/showthread.php?tid=62701)



[split] CodeIgniter 4 modules requested - Vimal - 08-16-2015

CI 4 is the reason why I still not start with laravel. However I am using Laravel's Orm and blade and implemented with codeigniter.After reading this post i like two think about ci 4 road map..
1.BC break(mean It will be new Smile)
2.routing idea(Should be rest and magic both)

-----
I hope it's will dam good and stuck with ci main feature simplicity.
Make it simple
------
I have suggestion about three things. Because I don't like using third party libraries for that.
----------
1.Orm
2.Template System(like smarty) && Asset Management
--------
Hope some peoples will agree with me Smile

All the best


RE: [split] CodeIgniter 4 modules requested - albertleao - 08-17-2015

(08-16-2015, 10:31 PM)Vimal Wrote: CI 4 is the reason why I still not start with laravel. However I am using Laravel's Orm and blade and implemented with codeigniter.After reading this post i like two think about ci 4 road map..
1.BC break(mean It will be new Smile)
2.routing idea(Should be rest and magic both)

-----
I hope it's will dam good and stuck with ci main feature simplicity.
Make it simple
------
I have suggestion about three things. Because I don't like using third party libraries for that.
----------
1.Orm
2.Template System(like smarty) && Asset Management
--------
Hope some peoples will agree with me Smile

All the best

I'd rather the dev team not spend time putting an ORM into CI 4. If you like the Eloquent from Laravel, you can integrate it into codeigniter via composer and about 10 lines of code.


RE: [split] CodeIgniter 4 modules requested - Vimal - 08-17-2015

(08-17-2015, 08:47 AM)albertleao Wrote:
(08-16-2015, 10:31 PM)Vimal Wrote: CI 4 is the reason why I still not start with laravel. However I am using Laravel's Orm and blade and implemented with codeigniter.After reading this post i like two think about ci 4 road map..
1.BC break(mean It will be new Smile)
2.routing idea(Should be rest and magic both)

-----
I hope it's will dam good and stuck with ci main feature simplicity.
Make it simple
------
I have suggestion about three things. Because I don't like using third party libraries for that.
----------
1.Orm
2.Template System(like smarty) && Asset Management
--------
Hope some peoples will agree with me Smile

All the best

I'd rather the dev team not spend time putting an ORM into CI 4. If you like the Eloquent from Laravel, you can integrate it into codeigniter via composer and about 10 lines of code.

Read First Line Carefully Big Grin 

And I am not forcing dev team to make orm. It's suggestion. 


RE: [split] CodeIgniter 4 modules requested - mostaq22 - 10-09-2015

(08-17-2015, 11:46 PM)Vimal Wrote:
(08-17-2015, 08:47 AM)albertleao Wrote:
(08-16-2015, 10:31 PM)Vimal Wrote: CI 4 is the reason why I still not start with laravel. However I am using Laravel's Orm and blade and implemented with codeigniter.After reading this post i like two think about ci 4 road map..
1.BC break(mean It will be new Smile)
2.routing idea(Should be rest and magic both)

-----
I hope it's will dam good and stuck with ci main feature simplicity.
Make it simple
------
I have suggestion about three things. Because I don't like using third party libraries for that.
----------
1.Orm
2.Template System(like smarty) && Asset Management
--------
Hope some peoples will agree with me Smile

All the best

I'd rather the dev team not spend time putting an ORM into CI 4. If you like the Eloquent from Laravel, you can integrate it into codeigniter via composer and about 10 lines of code.

Read First Line Carefully Big Grin 

And I am not forcing dev team to make orm. It's suggestion. 

Yes...It's a suggestion to dev team.  I am also agree with Vimal. As a simply powerful framework CI should have an ORM. It's a disgusting process to integrate third party library.