@param Deed $this->deed */ use Application\Models\CemeteriesTable; use Blossom\Classes\View; $this->template->addToAsset('scripts', YUI.'/yui/yui-min.js'); $this->template->addToAsset('scripts', BASE_URI.'/js/functions.js'); $fields = [ 'cemetery_id', 'section_id', 'lot', 'firstname1', 'firstname2', 'middleInitial1', 'middleInitial2', 'lastname1', 'lastname2', 'notes' ]; foreach ($fields as $f) { $get = 'get'.ucfirst($f); $$f = View::escape($this->deed->$get()); } $title = $this->deed->getId() ? $this->translate('edit_deed') : $this->translate('add_deed'); ?>

translate('info_deed'); ?>
Owner 1
Owner 2
template->getHelper('saveAndCancelButtons'); echo $h->saveAndCancelButtons(BASE_URI.'/deeds'); ?>