source:
pro-violet-viettel/sourcecode/application/modules/admin/models/userpaylog_model.php
@
594
Last change on this file since 594 was 328, checked in by namnd, 11 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
2 | |
3 | class Userpaylog_model extends MY_Model |
4 | { |
5 | |
6 | protected $table_name = 'tbluserpaylog'; |
7 | protected $id_name = 'id'; |
8 | |
9 | function __construct() |
10 | { |
11 | parent::__construct(); |
12 | } |
13 | |
14 | } |
Note: See TracBrowser
for help on using the repository browser.