CodeIgniter Forums
CodIgniter ORM / Similar to Django's Admin Panels - 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: CodIgniter ORM / Similar to Django's Admin Panels (/showthread.php?tid=21590)



CodIgniter ORM / Similar to Django's Admin Panels - El Forum - 08-14-2009

[eluser]Unknown[/eluser]
Hello,

I apologize if this has been asked before but I did a quick search and I couldn't seem to find it out. Is there a module available that allows similar functionality in Django's ORM, as in the object model in PHP can be translated to a relational DB and an admin panel is automatically generated. I know there are ORMs available but I have yet to see any with automatic admin panel generation.

Thanks in advance.