Line | |
---|
1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
---|
2 | /**
|
---|
3 | * Viettel Class
|
---|
4 | *
|
---|
5 | * @author dzungnv02
|
---|
6 | *
|
---|
7 | */
|
---|
8 |
|
---|
9 | class Viettel extends MX_Controller
|
---|
10 | {
|
---|
11 |
|
---|
12 | public function __construct()
|
---|
13 | {
|
---|
14 | parent::__construct();
|
---|
15 | }
|
---|
16 |
|
---|
17 | public function index()
|
---|
18 | {
|
---|
19 | $this->load->view ( 'main');
|
---|
20 | }
|
---|
21 |
|
---|
22 | public function mo()
|
---|
23 | {
|
---|
24 |
|
---|
25 | }
|
---|
26 | }
|
---|
27 |
|
---|
28 | /* End of file viettel.php */
|
---|
29 | /* Location: ./application/modules/service/controllers/viettel.php */ |
---|
Note: See
TracBrowser
for help on using the repository browser.