function _initialize()
 {
     parent::_initialize();
     $this->order_model = D("Server/Order");
     $this->uid = sp_get_current_userid();
     $this->serversell_model = D("Server/ServersSell");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Users");
     $this->resume_model = M("Resume");
     $this->category_model = M("Category");
     $this->recruit_model = M("Recruit");
     $this->deliver_model = M("Deliver");
     $this->certificate_model = M("Certificate");
     $this->lookcertificate_model = M("Lookcertificate");
     $this->compete_model = M("Compete");
     $this->orderlist_model = M("Orderlist");
     $this->charge_model = M("Charge");
     $this->payrecord_model = M("Payrecord");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Member");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->comments_model = D("Common/Comments");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->model_exchange = D("Exchange");
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Users");
     $this->term_relationships_model = D("Portal/TermRelationships");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Users");
     $this->exchange = D('Exchange');
 }