mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 13:10:48 -04:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user