public function execute() { $id = filter_input(INPUT_GET, 'id'); $config = $this->getConfig(); $tipoId = new tipoIdTable($config); $this->objTipoId = $tipoId->getById($id); $this->defineView('tipoId', 'verView', 'html'); }
public function execute() { $config = $this->getConfig(); $id = filter_input(INPUT_GET, 'id'); $tipoId = new tipoIdTable($config); $this->objTipoId = $tipoId->getById($id); // $variables = array ( // 'objPersona'=>$objPersona // ); $this->defineView('tipoId', 'editarView', 'html'); }