Danjb1 / php-template

An example website built using PHP with the front controller pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Website Template

This is a very simple example of a website built using PHP with the front controller pattern. All requests are routed through index.php, which loads a standard template and injects the page contents into it. Invalid requests will result in an error page.

About

An example website built using PHP with the front controller pattern.


Languages

Language:PHP 53.0%Language:CSS 28.6%Language:Hack 18.4%