From: jeroendedauw Date: Sat, 21 Jul 2012 19:20:30 +0000 (+0200) Subject: some doc for the ORM system X-Git-Tag: 1.31.0-rc.0~22947 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=4130c7814d4da60c1537423994bec6e1e0aca2ae;p=lhc%2Fweb%2Fwiklou.git some doc for the ORM system Change-Id: Icdfe6c754fdeddb42f0df04efcb1e06df8b73173 --- 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 @@