<?php
// This file was automatically generated by GnomePHP.
// Include gnomephp framework engine. Change this if you have moved app directory.
define('GNOME_FW_PATH', 'C:\wamp\www\gnomephp\gnomephp');
// Define Application path to this app.
define('GNOME_APP_PATH', dirname(__FILE__));
define('GNOME_APP_NS', 'anotherapp');
// Include the bootstrap file. ( Autoloader ).
require GNOME_FW_PATH.DIRECTORY_SEPARATOR.'bootstrap.php';