芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/components/com_joomlawatch/admin.joomlawatch.html.php
database = new JoomlaWatchDB(); $this->config = new JoomlaWatchConfig(); $this->helper = new JoomlaWatchHelper(); $this->goal = new JoomlaWatchGoal(); $this->visit = new JoomlaWatchVisit(); } function getRand() { $query = "select value from #__joomlawatch_config where name = 'rand' order by id desc limit 1"; $rows = $this->database->objectListQuery($query); $row = @ $rows[0]; $rand = @ $row->value; return $rand; } } ?>