Skip to content

Instantly share code, notes, and snippets.

@sarkarshuvojit
Last active December 6, 2017 20:51
Show Gist options
  • Save sarkarshuvojit/9915d7ed6e5ac5cce75b8e32c7bd69d6 to your computer and use it in GitHub Desktop.
Save sarkarshuvojit/9915d7ed6e5ac5cce75b8e32c7bd69d6 to your computer and use it in GitHub Desktop.
Maintain core php project sample code
<?php
function subview($file){
$file = __DIR__.'/../views/sub-views/'.$file;
include $file;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment