Show
Ignore:
Timestamp:
12/28/2007 01:01:26 PM (11 months ago)
Author:
Shadowhand
Message:

Fixing the instance/factory names:

  • Changed ORM::instance() to ORM::factory()
  • Changed View::instance() to View::instance()
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/View.php

    r1592 r1638  
    2828         * @param   string  type of file: html, css, js, etc. 
    2929         */ 
    30         public static function instance($name, $data = NULL, $type = NULL) 
     30        public static function factory($name, $data = NULL, $type = NULL) 
    3131        { 
    3232                return new View($name, $data, $type);