|  | @@ -0,0 +1,12 @@
 | 
	
		
			
				|  |  | +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); 
 | 
	
		
			
				|  |  | +class Model_zzrecord_logs extends Lin_Model 
 | 
	
		
			
				|  |  | +{
 | 
	
		
			
				|  |  | +	function __construct(){
 | 
	
		
			
				|  |  | +		parent::__construct();
 | 
	
		
			
				|  |  | +		$this->load->database();
 | 
	
		
			
				|  |  | +		$this->table = 'zzrecord_logs';
 | 
	
		
			
				|  |  | +		$this->load_table('zzrecord_logs');
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	
 | 
	
		
			
				|  |  | +}  
 |