Created
July 26, 2011 19:03
-
-
Save helgi/1107620 to your computer and use it in GitHub Desktop.
Sample Pyrus_Dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once __DIR__ . '/vendor/php/PEAR2/Autoload.php'; | |
// Setup the local source dir | |
PEAR2\Autoload::initialize(__DIR__ . '/src'); | |
// Setup the Pyrus_Developer checkout | |
PEAR2\Autoload::initialize(__DIR__ . '/../Pyrus/src'); | |
// Fall back to the local vendor dir | |
PEAR2\Autoload::initialize(__DIR__ . '/vendor/php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment