public function handle_request_internal() { $propId = $this->_params['propId']; $minoffer = Bll_HzBidPlan::get_bid_minoffer($propId); $ret = array('status' => 'ok', 'data' => $minoffer); return $ret; }