source:
sourcecode/application/modules/ajax/controllers/directory.php
@
1
Last change on this file since 1 was 1, checked in by dungnv, 11 years ago | |
---|---|
File size: 359 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
2 | /** | |
3 | * Directory Class | |
4 | * | |
5 | * @author dzungnv02 | |
6 | * | |
7 | */ | |
8 | ||
9 | class Directory extends MX_Controller | |
10 | { | |
11 | ||
12 | public function __construct() { | |
13 | parent::__construct(); | |
14 | } | |
15 | ||
16 | ||
17 | } | |
18 | ||
19 | /* End of file directory.php */ | |
20 | /* Location: ./application/modules/ajax/controllers/directory.php */ |
Note: See TracBrowser
for help on using the repository browser.