summaryrefslogtreecommitdiffstats
path: root/system/core/Model.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-15 00:01:37 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-15 00:01:37 +0200
commit2369e77dcd716c772576c1f982e9446785db819d (patch)
tree461394adb4fbaf8e34e1ced0c44c8b00cabba451 /system/core/Model.php
parent8ddb47df384156035de886736bb88a8848ad0149 (diff)
parentcda768a957172d5da7aa7637337405c39e0f774d (diff)
Merge pull request #51 from waldmeister/develop
Added some docs to CI core files
Diffstat (limited to 'system/core/Model.php')
-rwxr-xr-x[-rw-r--r--]system/core/Model.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Model.php b/system/core/Model.php
index 8566a0b66..e15ffbebc 100644..100755
--- a/system/core/Model.php
+++ b/system/core/Model.php
@@ -42,6 +42,7 @@ class CI_Model {
* Allows models to access CI's loaded classes using the same
* syntax as controllers.
*
+ * @param string
* @access private
*/
function __get($key)