- <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
- class Model_goodimgs extends Lin_Model
- {
- function __construct(){
- parent::__construct();
- $this->load->database();
- $this->table = 'goodimgs';
- $this->load_table('goodimgs');
- }
-
- } //end class
|