Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created August 10, 2017 08:45
Show Gist options
  • Save OlegShchavelev/e8e2a2d9742f5c21d0a9e084da8c480d to your computer and use it in GitHub Desktop.
Save OlegShchavelev/e8e2a2d9742f5c21d0a9e084da8c480d to your computer and use it in GitHub Desktop.
Уровень вложенности от id=1
<?php
$parentPageId = $modx->resource->get('id');
$level = count($modx->getParentIds($parentPageId));
echo $level;
{'level' | snippet}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment