modX.sendError
Последнее обновление Dec 21st, 2019 | История страницы | Улучшить эту страницу | Сообщить о проблеме
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moremodX::sendError¶
Отправьте пользователя на типовую страницу ошибки ядра и остановите выполнение PHP.
Параметр 'type' может быть любым полем, которое загрузит файл шаблона в core/error
. MODX поставляется с двумя страницами ошибок по умолчанию: они «недоступны» (по умолчанию) и "фатальны".
Синтаксис¶
API Doc: modX::sendError()
void sendError ([string $type = ''], [array $options = array()])
Примеры¶
Отправить на недоступную страницу ошибки 503.
$modx->sendError('unavailable');
Отправить на фатальную 500 страницу.
$modx->sendError('fatal');
Смотрите также¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more