Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->catid = intval(EnvUtil::getRequest("catid"));
     $this->category = FlowCategory::model()->fetchAllByUserPurv($this->uid);
     $this->flowid = intval(EnvUtil::getRequest("flowid"));
 }
Exemplo n.º 2
0
 public function init()
 {
     $flowId = intval(EnvUtil::getRequest("flowid"));
     if (!empty($flowId)) {
         $this->flow = new ICFlowType($flowId);
     } else {
         $this->error(Ibos::lang("Parameters error", "error"));
     }
     parent::init();
 }
Exemplo n.º 3
0
 public function init()
 {
     $this->flowid = intval(EnvUtil::getRequest("flowid"));
     parent::init();
 }