AAAAhome/academiac/www/administrator/components/com_csvi/controllers/replacements.php000060400000001755151453252120024623 0ustar00 true)); return $model; } } ?> home/academiac/www/administrator/components/com_csvi/models/replacements.php000060400000004155151453366000023540 0ustar00getDbo(); $query = $db->getQuery(true); // Select the required fields from the table. $query->select('r.*, u.name AS editor'); $query->from('#__csvi_replacements AS r'); // Join the user table $query->leftJoin('#__users AS u ON u.id = r.checked_out'); // Add the list ordering clause. $orderCol = $this->state->get('list.ordering'); $orderDirn = $this->state->get('list.direction'); $query->order($db->getEscaped($orderCol.' '.$orderDirn)); return $query; } } ?>