Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active April 16, 2017 06:36
Show Gist options
  • Save bigin/8352203811febce47ed98ed3bcc4e4b5 to your computer and use it in GitHub Desktop.
Save bigin/8352203811febce47ed98ed3bcc4e4b5 to your computer and use it in GitHub Desktop.
<?php
// load all SimpleItem objects into the memory
$itemMapper->alloc($catid);
// create SimpleItem's from multiple items
$itemMapper->simplifyBunch($items);
// save SimpleItem objects to the buffer
$itemMapper->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment