Your IP : 216.73.216.164


Current Path : /var/www/upload/catalog/model/extension/
Upload File :
Current File : /var/www/upload/catalog/model/extension/event.php

<?php
class ModelExtensionEvent extends Model {
	function getEvents() {
		$query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC");

		return $query->rows;
	}
}