Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active February 18, 2017 09:56
Show Gist options
  • Save bigin/de90008a71bbe0d6a62652c3b5b663d4 to your computer and use it in GitHub Desktop.
Save bigin/de90008a71bbe0d6a62652c3b5b663d4 to your computer and use it in GitHub Desktop.
<?php
// load all SimpleItem objects into the memory
$itemMapper->alloc($catid);
// create a SimpleItem object from an item
$itemMapper->simplify($item);
// save SimpleItem object to the buffer
$itemMapper->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment