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