mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Enable static calling of Context::init() and convert unnecessary instance properties into static properties
This commit is contained in:
parent
76aafac4a7
commit
9d06f6a9e2
3 changed files with 97 additions and 76 deletions
|
|
@ -43,8 +43,7 @@ require dirname(__FILE__) . '/common/autoload.php';
|
|||
* @brief Initialize by creating Context object
|
||||
* Set all Request Argument/Environment variables
|
||||
**/
|
||||
$oContext = Context::getInstance();
|
||||
$oContext->init();
|
||||
Context::init();
|
||||
|
||||
/**
|
||||
* @brief Initialize and execute Module Handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue