CodeIgniter Forums
CodeIgniter Base Model suitable for production? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CodeIgniter Base Model suitable for production? (/showthread.php?tid=34254)



CodeIgniter Base Model suitable for production? - El Forum - 09-23-2010

[eluser]pbreit[/eluser]
The CodeIgniter Base Model looks pretty cool but I'm wondering if it's suitable in production for a public web site or is it more for private use and/or a replacement for scaffolding?

Referring to this:
http://bitbucket.org/jamierumbelow/codeigniter-base-model


CodeIgniter Base Model suitable for production? - El Forum - 09-24-2010

[eluser]gyo[/eluser]
I think it can safely be used in production, as it's not a scaffolding replacement.
It is a set of methods that extend your models for easier db querying, a little bit of a ORM but very basic and lightweight.

Yummy!