source: pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/sharecontent.php @ 939

Last change on this file since 939 was 780, checked in by dungnv, 10 years ago
File size: 305 bytes
Line 
1<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2/**
3 * PrivateContent Class
4 *
5 * @author dzungnv02
6 *
7 */
8
9class 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.