* @copyright 2017 MyAAC * @version 0.0.1 * @link http://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); $title = 'Changelog'; $_page = $_GET['page']; $id = $_GET['id']; $limit = 30; $offset = $_page * $limit; ?>
query('SELECT * FROM ' . $db->tableName(TABLE_PREFIX . 'changelog') . ' ORDER BY ' . $db->fieldName('id') . ' DESC LIMIT ' . $limit . ' OFFSET ' . $offset); if(!$changelogs->rowCount()) { ?> = $limit) $next_page = true; } ?>
Type Where Date Description
There are no change logs for the moment.
0) echo ''; if($next_page) echo ''; ?>
Previous Page
Next Page