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