Example #1
0
 public function initModels()
 {
     parent::initModels();
     $this->shipStateModel = new State();
     $this->shipStateModel->fillFromStateCode($this->shippingAddressModel->state_id);
     $this->profileModel = new Profile();
     $this->profileModel->fillFromDbPk($this->campaignModel->profile_id);
     $this->attemptReturnModel = new AttemptReturn();
 }