| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/op3038.dev.safetybis.com/catalog/model/setting/ |
| Current File : /home/devsafetybis/op3038.dev.safetybis.com/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;
}
}