source:
sourcecode/application/modules/ajax/models/directory_model.php
@
1
Last change on this file since 1 was 1, checked in by dungnv, 11 years ago | |
---|---|
File size: 207 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
2 | /** | |
3 | * Class Directory_model | |
4 | * | |
5 | * @author dzungnv02 | |
6 | * | |
7 | */ | |
8 | class Directory_model extends CI_Model | |
9 | { | |
10 | ||
11 | function __construct() | |
12 | { | |
13 | // Call the Model constructor | |
14 | parent::__construct(); | |
15 | } | |
16 | } |
Note: See TracBrowser
for help on using the repository browser.