Skip to content

Instantly share code, notes, and snippets.

@alexsoin
Last active April 27, 2018 06:28
Show Gist options
  • Save alexsoin/7b562a40a06d8c247daf97ca1e8ce150 to your computer and use it in GitHub Desktop.
Save alexsoin/7b562a40a06d8c247daf97ca1e8ce150 to your computer and use it in GitHub Desktop.
Вывод содержимого MIGX полей с помощью Fenom
{var $rows = ID | resource : 'elements' | fromJSON}
{foreach $rows as $idx => $row}
{$row.image}
{/foreach}
@alexsoin
Copy link
Author

{$row.img | phpthumbon : "w=220&h=150&zc=1"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment