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'] | |
This is the starting script to create a new MVC instance.
| $actionRequested = "" |
could be createProject OR createAddon
extracted from $_GET['action']
| $clsCreatePjt = new \OSOLMVCMaker\classMVCMaker() |
instance of OSOLMVCMaker\classMVCMaker
methods createProject OR createAddon are called on this depending on the $_GET['action'] value