Skip to content

Instantly share code, notes, and snippets.

@hskrasek
Created August 7, 2014 16:31
Show Gist options
  • Save hskrasek/03392a6f9d7b8cd2892d to your computer and use it in GitHub Desktop.
Save hskrasek/03392a6f9d7b8cd2892d to your computer and use it in GitHub Desktop.
Terry's interesting thing.
<?php
$user = new User;
$includes = "users,posts,comments";
call_user_func_array([$user, 'with'], explode(',', $includes));
$user->find(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment