예제 #1
0
파일: Widget.php 프로젝트: piratevn/cms-gio
 public function showAction()
 {
     $json = new Services_JSON();
     $params = $this->_request->getParam('params');
     $params = (array) $json->decode($params);
     $this->view->uploadElementId = 'uploadFile_' . uniqid();
     $this->view->sessionId = Gio_Core_Session::getId();
     $this->view->editor = 'ckeditor';
     $this->view->currModule = Gio_Core_Controller::getIntance()->getModuleName();
 }