1
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
5
* An open source application development framework for PHP 5.1.6 or newer
8
* @author ExpressionEngine Dev Team
9
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
10
* @license http://codeigniter.com/user_guide/license.html
11
* @link http://codeigniter.com
16
// ------------------------------------------------------------------------
19
* CodeIgniter Model Class
21
* @package CodeIgniter
22
* @subpackage Libraries
24
* @author ExpressionEngine Dev Team
25
* @link http://codeigniter.com/user_guide/libraries/config.html
34
function __construct()
36
log_message('debug', "Model Class Initialized");
42
* Allows models to access CI's loaded classes using the same
43
* syntax as controllers.
50
$CI =& get_instance();
56
/* End of file Model.php */
57
/* Location: ./system/core/Model.php */
b'\\ No newline at end of file'