/public/index.php
https://bitbucket.org/furyfire/phir · PHP · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · a7932358ed0065e694d64bdb19259ee4 MD5 · raw file
- <?php
- include '../Phir/Autoload.php';
- Phir_Autoload::register();
- Phir_Debug::Info('Bootstrapping complete');
-
- $parser = Phir_File_Yaml::load('../tests/test.yml');
- echo 'Finished parsing';
- Phir_Debug::Dump($parser);
-
- Phir_Debug::printLog();