source:
pro-violet-viettel/www/deploy/20150304/application/modules/ajax/models/us_model.php
Last change on this file was 780, checked in by dungnv, 10 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[780] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
2 | ||
3 | class 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.