Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 24, 2016 14:45
Show Gist options
  • Save bigin/41e0301c88903fadcfc9d1c503b1980e to your computer and use it in GitHub Desktop.
Save bigin/41e0301c88903fadcfc9d1c503b1980e to your computer and use it in GitHub Desktop.
// get an item with the id 50 of the category 8
$item = imanager()->getItemMapper()->init(8, 50);
// simplify item
$item = new ItemSimplificator($item);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment