Skip to content

Instantly share code, notes, and snippets.

@maetl
Created May 19, 2010 11:53
Show Gist options
  • Save maetl/406218 to your computer and use it in GitHub Desktop.
Save maetl/406218 to your computer and use it in GitHub Desktop.
<?php
# Autoload Hooks
Using::models("app.domain.subpackage");
Using::controllers("app.controllers");
Using::templates("app.templates");
# Require from package path
Using::classPath("lib.floe.repository");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment