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