Ignore:
Timestamp:
Mar 20, 2015 10:56:47 AM (10 years ago)
Author:
quyenla
Message:

preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/preview.php

    r803 r807  
    1313        }
    1414       
    15         public function getPreview () {
     15        public function getFilePreview () {
    1616            $fileId =  $this->uri->segment(4);
    1717            $data = $this->vservices->getPreview($fileId);
     
    2727            }
    2828        }
     29        public function getVideoPreview () {
     30            $data=$this->input->post();
     31           
     32            $this->load->view('preview/video', $data);
     33           
     34        }
    2935
    3036}
Note: See TracChangeset for help on using the changeset viewer.