Changeset 807 for pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/preview.php
- Timestamp:
- Mar 20, 2015 10:56:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/preview.php
r803 r807 13 13 } 14 14 15 public function get Preview () {15 public function getFilePreview () { 16 16 $fileId = $this->uri->segment(4); 17 17 $data = $this->vservices->getPreview($fileId); … … 27 27 } 28 28 } 29 public function getVideoPreview () { 30 $data=$this->input->post(); 31 32 $this->load->view('preview/video', $data); 33 34 } 29 35 30 36 }
Note: See TracChangeset
for help on using the changeset viewer.