Skip to content

Instantly share code, notes, and snippets.

@geggleto
Created September 29, 2015 17:06
Show Gist options
  • Select an option

  • Save geggleto/f61a853de41f80540781 to your computer and use it in GitHub Desktop.

Select an option

Save geggleto/f61a853de41f80540781 to your computer and use it in GitHub Desktop.
//...
ob_start();
include "home.php";
$body = ob_get_clean();
returen $response->write($body);
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment