source:
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/sharecontent.php
@
676
Last change on this file since 676 was 229, checked in by dungnv, 11 years ago | |
---|---|
File size: 305 bytes |
Rev | Line | |
---|---|---|
[16] | 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() { | |
[229] | 12 | parent::__construct(); |
[16] | 13 | } |
14 | ||
15 | public function createshare () { | |
[229] | 16 | |
[16] | 17 | } |
18 | } |
Note: See TracBrowser
for help on using the repository browser.