CodeIgniter Forums
Relationship between tables - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Relationship between tables (/showthread.php?tid=67088)



Relationship between tables - tiagocosme - 01-13-2017

Hello, 

I would like to know if there is a possibility to work with one-to-one, one to many, many to many relationships in CI.
I was working with another framework that I could do this. Is there any way in IC? Or some complement to be able to realize my relationships between tables? 


Thank you!
Tiago Cosme


RE: Relationship between tables - skunkbad - 01-13-2017

(01-13-2017, 03:19 PM)tiagocosme Wrote: Hello, 

I would like to know if there is a possibility to work with one-to-one, one to many, many to many relationships in CI.
I was working with another framework that I could do this. Is there any way in IC? Or some complement to be able to realize my relationships between tables? 


Thank you!
Tiago Cosme

You don't get ORM with CI, but you might be able to use Doctrine or something.