Skip to content

Instantly share code, notes, and snippets.

@AssetsInc
Last active August 29, 2015 14:02
Show Gist options
  • Save AssetsInc/97ff92869807d4025c21 to your computer and use it in GitHub Desktop.
Save AssetsInc/97ff92869807d4025c21 to your computer and use it in GitHub Desktop.
$viewpath = array(APPPATH.'views');
$modules = \Module::loaded();
foreach ($modules as $mod) {
array_push($viewpath,$mod.'views');
}
'views_path' = $viewpath,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment