예제 #1
0
 public function getRequest()
 {
     $request = parent::getRequest();
     $request->query->format = 'json';
     return $request;
 }
예제 #2
0
파일: done.php 프로젝트: great-minds/sales
 protected function _initialize(KObjectConfig $config)
 {
     parent::_initialize($config);
     $config->append(array('behaviors' => array('redirectable')));
 }