input->get('view', 'menus'); $layout = $this->input->get('layout', 'default'); $id = $this->input->getInt('id'); parent::display(); return $this; } }