![]() |
Tutorial about establishing relationships between tables inside MY_Model - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Learn More (https://forum.codeigniter.com/forumdisplay.php?fid=15) +--- Thread: Tutorial about establishing relationships between tables inside MY_Model (/showthread.php?tid=1194) |
Tutorial about establishing relationships between tables inside MY_Model - Avenirer - 02-18-2015 Building on my previous tutorial about creating a MY_Model (Revisiting MY_Model in CodeIgniter: Copying from Jamie Rumbelow and looking at Eloquent), this tutorial is about creating relationships between tables, specifically a "one to one relation". Hope you will enjoy it: Establishing relationships between tables inside the MY_Model in CodeIgniter (1): One on One relation |