commit | 92ebfb65ac044f5c2e6d88fba137253854cf1b94 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu May 17 12:49:24 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Thu May 17 12:49:24 2012 +0300 |
tree | 5c1dcedd4e885b5a33cdd44785b2fe462480ef0f | |
parent | c59e8720177d96a1dec1b2cbcd6296bbfceb4a2b [diff] [blame] |
Cleanup the core classes
diff --git a/system/core/Model.php b/system/core/Model.php index 7c99719..9bc9f87 100755 --- a/system/core/Model.php +++ b/system/core/Model.php
@@ -38,6 +38,8 @@ /** * Initialize CI_Model Class + * + * @return void */ public function __construct() { @@ -57,6 +59,7 @@ $CI =& get_instance(); return $CI->$key; } + } /* End of file Model.php */