![]() |
model inheritance... what happens if... :O - 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: model inheritance... what happens if... :O (/showthread.php?tid=7362) |
model inheritance... what happens if... :O - El Forum - 04-05-2008 [eluser]James Pax[/eluser] Hey codeigniters ![]() just wondering what might happen if: Code: // Classic CI Model Code: // but what would happen and how should I implement it? I would like to keep the use of the model loading: Code: $this->load->('beerstock'); James |