/
ouke
/
amk
Обзор
Документация
Войти
/
ouke
/
amk
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
admin/controller/event/statistics.php
16 строк
479 B
Руслан
first_commit
09 июл 2025, 07:27
09 июл 2025, 07:27
24f61ee
Код
Авторство
О чём код?
<?php class ControllerEventStatistics extends Controller { // model/catalog/review/removeReview/after public function removeReview(&$route, &$args, &$output) { $this->load->model('setting/statistics'); $this->model_report_statistics->addValue('review', 1); } // model/sale/return/removeReturn/after public function removeReturn(&$route, &$args, &$output) { $this->load->model('setting/statistics'); $this->model_report_statistics->addValue('return', 1); } }