Created
June 9, 2017 13:58
-
-
Save OlegShchavelev/4b352bbcfcad2588196d7649ea65c233 to your computer and use it in GitHub Desktop.
Считаем дочерние ресурсы
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$pars = array( | |
'parents' => $parents, | |
'depth' => $depth, | |
'totalVar' => 'count', | |
'where' => $where | |
); | |
$modx -> runSnippet('pdoResources', $pars); | |
return '[[+count]]'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{'!count' | snippet: [ | |
'parents' => $id, | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment