Changeset 1638 for trunk/system/libraries/View.php
- Timestamp:
- 12/28/2007 01:01:26 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r1592 r1638 28 28 * @param string type of file: html, css, js, etc. 29 29 */ 30 public static function instance($name, $data = NULL, $type = NULL)30 public static function factory($name, $data = NULL, $type = NULL) 31 31 { 32 32 return new View($name, $data, $type);
