├── .htaccess ├── FrontController.php ├── LICENSE ├── README.md ├── class_autoloader.php └── index.php /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/.htaccess -------------------------------------------------------------------------------- /FrontController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/FrontController.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/README.md -------------------------------------------------------------------------------- /class_autoloader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/class_autoloader.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmpietro/php-front-controller/HEAD/index.php --------------------------------------------------------------------------------