CodeIgniter Forums
Baking in CI ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Baking in CI ? (/showthread.php?tid=59171)



Baking in CI ? - El Forum - 09-02-2013

[eluser]Unknown[/eluser]
I'm a web developer. I use CI for development. Does CI support Baking features like Cake PHP ? So that after designing database we can bake ci... (though i dont know cake).

1) How to bake CI?
2) Any good ORM?(datamapper not so good)

If how ????



Baking in CI ? - El Forum - 09-02-2013

[eluser]Otemu[/eluser]
Hi,

1) Codeigniter has no such baking feature

2) Most people recommend datamapper if you don't like that then try Doctrine here some guides:

Integrating with CodeIgniter

Setting up CodeIgniter 2 with Doctrine 2 the right way

CodeIgniter and Doctrine from scratch. Day 1 Install and Setup(Video).

Hope that helps