func_info)){ $this->func_info = json_encode($this->func_info,320); } if(!empty($this->authorizer_info)){ $this->authorizer_info = json_encode($this->authorizer_info,320); } return true; } public function afterFind() { parent::afterFind(); // TODO: Change the autogenerated stub if(!empty($this->func_info)){ $this->func_info = json_decode($this->func_info,true); } if(!empty($this->authorizer_info)){ $this->authorizer_info = json_decode($this->authorizer_info,true); } return true; } }