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