topics = $this -> getModel(self :: MODEL) -> getTopics(JRequest :: getString('parent', NULL), JRequest :: getString('name', ''), JRequest :: getUInt('limit', self :: LIMIT)); if (count($errors = $this -> get('Errors')) > 0) { JLog :: add('Error viewing topics: ' . implode("\n", $errors), JLog :: ERROR, self :: LOG); return FALSE; } parent :: display($template); } }