From 4130c7814d4da60c1537423994bec6e1e0aca2ae Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Sat, 21 Jul 2012 21:20:30 +0200 Subject: [PATCH] some doc for the ORM system Change-Id: Icdfe6c754fdeddb42f0df04efcb1e06df8b73173 --- includes/db/IORMRow.php | 2 ++ includes/db/IORMTable.php | 1 + includes/db/ORMResult.php | 2 ++ includes/db/ORMRow.php | 2 ++ includes/db/ORMTable.php | 3 ++- 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/includes/db/IORMRow.php b/includes/db/IORMRow.php index a5306205e2..e99ba6cc6b 100644 --- a/includes/db/IORMRow.php +++ b/includes/db/IORMRow.php @@ -5,6 +5,8 @@ * aims to be both simple and very flexible. It is centered around an associative * array of fields and various methods to do common interaction with the database. * + * Documentation inline and at https://www.mediawiki.org/wiki/Manual:ORMTable + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/includes/db/IORMTable.php b/includes/db/IORMTable.php index 684f4b4638..99413f99b9 100644 --- a/includes/db/IORMTable.php +++ b/includes/db/IORMTable.php @@ -1,6 +1,7 @@