Create a module parameter table. This will be useful if a module wants to store information, but is not enough to warrant a table of its own

This commit is contained in:
Tim Almdal
2008-12-10 19:44:58 +00:00
parent 18a6614a11
commit 7e5935d532
5 changed files with 91 additions and 0 deletions
+1
View File
@@ -18,4 +18,5 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Module_Model extends ORM {
protected $has_many = array("parameters");
}