source: pro-violet-viettel/www/deploy/20150304/application/modules/ajax/models/us_model.php @ 803

Last change on this file since 803 was 780, checked in by dungnv, 10 years ago
File size: 245 bytes
Line 
1<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3class Us_model extends MY_Model
4{
5        protected $table_name = 'tbluser';
6        protected $id_name = 'us_id';
7
8        function __construct()
9        {
10                parent::__construct();
11        }
12}
Note: See TracBrowser for help on using the repository browser.