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

Last change on this file was 780, checked in by dungnv, 10 years ago
File size: 305 bytes
RevLine 
[780]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.