Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Last active January 19, 2017 14:50
Show Gist options
  • Save zhabinka/d5d7f036a9763fb84082d49996237998 to your computer and use it in GitHub Desktop.
Save zhabinka/d5d7f036a9763fb84082d49996237998 to your computer and use it in GitHub Desktop.
Обрезать текст до запятой. https://modx.pro/help/10970/#comment-74490
/*
Code snippet
Вывод [[*tv:modifikator]]
*/
$text = $input;
$arr = explode(',',$text);
return $arr[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment