/** * Load the data. */ private function loadData() { // fetch the item $this->item = FrontendFormBuilderModel::get((int) $this->data['id']); // define form name $this->formName = 'form' . $this->item['id']; }
/** * Load the data. */ private function loadData() { // fetch the item $this->item = FrontendFormBuilderModel::get((int) $this->data['id']); }