CodeIgniter Forums
SMC - Simple Model for CodeIgniter (CRUD) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: SMC - Simple Model for CodeIgniter (CRUD) (/showthread.php?tid=54382)

Pages: 1 2


SMC - Simple Model for CodeIgniter (CRUD) - El Forum - 01-31-2013

[eluser]yavo[/eluser]
I just found your code. Will try it out. Looks great, working with the CI activeRecord is really hell when you're used to better stuff Smile

It seems I'm going to use Doctrine or something like that instead. As far as I see Your thing does not support table relations. Correct me if wrong, I might consider it for one of my next projects.


SMC - Simple Model for CodeIgniter (CRUD) - El Forum - 02-25-2013

[eluser]Unknown[/eluser]
Great! At a quickly glance, this seem to be the right orm i'm searching all the way. I'll try it in my project.


SMC - Simple Model for CodeIgniter (CRUD) - El Forum - 02-26-2013

[eluser]Mantero[/eluser]
how this orm handles relationship (one to one,one to many etc)? any guide?


SMC - Simple Model for CodeIgniter (CRUD) - El Forum - 04-24-2013

[eluser]alexwenzel[/eluser]
[quote author="Mantero" date="1361923979"]how this orm handles relationship (one to one,one to many etc)? any guide?[/quote]

Currently it supports no relations. Feel free to fork and add them.