Changeset 2247 for trunk/system/libraries/View.php
- Timestamp:
- 03/09/2008 05:59:16 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r2152 r2247 27 27 * @param array pre-load data 28 28 * @param string type of file: html, css, js, etc. 29 * @return object 29 30 */ 30 31 public static function factory($name, $data = NULL, $type = NULL)
