LampLog_model.php 227 B

12345678
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. include_once(FCPATH . 'application/models/Base_model.php');
  3. class LampLog_model extends Base_Model {
  4. protected $table = 'lamp_log';
  5. }