source:
pro-violet-viettel/sourcecode/application/modules/ajax/models/us_model.php
@
653
Last change on this file since 653 was 439, checked in by namnd, 11 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[439] | 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.