commit | ad4750509885ad5bb368fc308f86d8c06d45b15c | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 13:21:06 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 13:21:06 2012 -0400 |
tree | 8133d8ffdceb9877c3125175a20e8dcb79cea59c | |
parent | 71ac7e699f587ee479893d16521ea59570bd319f [diff] [blame] |
Normalize comments in core files
diff --git a/system/core/Model.php b/system/core/Model.php index 49b8d34..3855d49 100755 --- a/system/core/Model.php +++ b/system/core/Model.php
@@ -38,6 +38,9 @@ */ class CI_Model { + /** + * Initialize CI_Model Class + */ public function __construct() { log_message('debug', 'Model Class Initialized');