dataRecord['data']); $app->tpl->setVar('weight', $split[0]); $app->tpl->setVar('port', $split[1]); $app->tpl->setVar('target', $split[2]); parent::onShowEnd(); } function onBeforeInsert() { $this->dataRecord['data'] = $this->dataRecord['weight'] .' '. $this->dataRecord['port'] .' '. $this->dataRecord['target']; } function onBeforeUpdate() { $this->dataRecord['data'] = $this->dataRecord['weight'] .' '. $this->dataRecord['port'] .' '. $this->dataRecord['target']; } } $page = new page_action; $page->onLoad(); ?>