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