Your IP : 216.73.216.95


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

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

		return $query->rows;
	}
}