![]() |
JSlip
1.0
|
Go to the source code of this file.
Variables | |
| $root = dirname(__FILE__) | |
| $init = new Init($root, $_GET, $_POST) | |
| if($init->sts !='OK') | $func = $init->getFunc() |
| $cnam = $func . 'Controller' | |
| $ctrl = new $cnam() | |
| if(empty($ctrl->rest)) | else |
| $cnam = $func . 'Controller' |
1.8.16