CodeIgniter Forums
CI database limitations? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI database limitations? (/showthread.php?tid=2663)



CI database limitations? - El Forum - 08-17-2007

[eluser]walterbyrd[/eluser]
I have some concerns about ci's ability to handle complex database relations. I understand that ci does not have an ORM - is that especially significant?

I am considering a project that has about six tables. I don't think I need any onetomany or manytomany relationships. But I may need to relate a few tables. Maybe some foreign keys.