OSOL-MVC Maker 0.0.1
Creates MVC framework
 
Loading...
Searching...
No Matches
installation.php File Reference

This is the starting script to create a new MVC instance. More...

Variables

 $clsCreatePjt = new \OSOLMVCMaker\classMVCMaker()
 instance of OSOLMVCMaker\classMVCMaker

 
 $actionRequested = ""
 could be createProject OR createAddon
extracted from $_GET['action']
 

Detailed Description

This is the starting script to create a new MVC instance.

Variable Documentation

◆ $actionRequested

$actionRequested = ""

could be createProject OR createAddon
extracted from $_GET['action']

◆ $clsCreatePjt

$clsCreatePjt = new \OSOLMVCMaker\classMVCMaker()

instance of OSOLMVCMaker\classMVCMaker

methods createProject OR createAddon are called on this depending on the $_GET['action'] value