event.php 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php class ModelExtensionEvent extends Model { function getEvents() { $query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "event` WHERE `trigger` LIKE 'catalog/%' ORDER BY `event_id` ASC"); return $query->rows; } }