getQuery(true) ->select(array($db->quoteName('ordering', 'value'), $db->quoteName('name', 'text'), $db->quote('id'))) ->from($db->quoteName('#__wf_profiles')) ->order('ordering'); return $query; } /** * Retrieves the current Item's Id. * * @return int The current item ID */ protected function getItemId() { return (int) $this->form->getValue('id'); } }