Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created May 16, 2012 01:34
Show Gist options
  • Select an option

  • Save jmertic/2706604 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/2706604 to your computer and use it in GitHub Desktop.
<?php
$bean_name = $GLOBALS['beanList'][$moduleName];
$mod = new $bean_name();
$mod->retrieve($id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment