From 7e5935d5325a7bc20fb5603a76a5af4d7df499a9 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 10 Dec 2008 19:44:58 +0000 Subject: 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 --- core/models/module.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/models/module.php') diff --git a/core/models/module.php b/core/models/module.php index de4cc43d..5229f42d 100644 --- a/core/models/module.php +++ b/core/models/module.php @@ -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"); } -- cgit v1.2.3