select('SELECT * FROM ?_news ORDER BY time DESC, id DESC LIMIT 5'); foreach ($rows as $i => $row) $this->news[$i]['text'] = Util::localizedString($row, 'text'); } protected function generateTitle() {} protected function generatePath() {} } ?>