/PHPModNinja

A php class for implementing files in a modular manner

Primary LanguagePHPMIT LicenseMIT

! Work in progress !

PHPModNinja

A php class for implementing files in a modular manner

Installation

Add the following code to the index.php on the root of your project:

require_once('ModNinja.php');
$modNinja = new ModNinja();