Skip to content

Instantly share code, notes, and snippets.

@bendasvadim
Last active August 7, 2017 05:44
Show Gist options
  • Save bendasvadim/3ce6d90da4c3e34380afa8b54f92048d to your computer and use it in GitHub Desktop.
Save bendasvadim/3ce6d90da4c3e34380afa8b54f92048d to your computer and use it in GitHub Desktop.
Получаем данные текущего ресурса по событию OnWebPageInit
<?php
if ($modx->event->name == 'OnWebPageInit') {
// Получаем ресурс
if (!is_object($modx->resource)) {
$modx->resource = $modx->request->getResource($modx->resourceMethod, $modx->resourceIdentifier);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment