function toggle() { if (!empty($this->data['model'])) { $model = $this->data['model']; $model = '\\GCore\\Models\\' . $model; $this->update_model = $model::getInstance(); } else { $this->update_model = $this->pmodel; } parent::_toggle(); $this->redirect(r_('index.php?ext=chronoconnectivity&cont=lists&act=index&ccname=' . $this->connection['Connection']['title'])); }
function toggle() { parent::_toggle(); $this->_limit_forms(); $this->redirect(r_('index.php?ext=chronoforms')); }
function toggle() { parent::_toggle(); $this->redirect(r_('index.php?ext=chronoconnectivity')); }