Model_is2.php 266 B

12345678910
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class Model_is2 extends Lin_Model
  3. {
  4. function __construct(){
  5. parent::__construct();
  6. $this->load->database();
  7. $this->table = 'is2';
  8. $this->load_table('is2');
  9. }
  10. } //end class