PHP lightweight framework (YPHP) First download the PHP framework and copy the framework to the directory of your project (it is best not to modify the framework name. If you must modify it, after the modification is completed, please modify the framework and directory App.php configuration information)
YPHP lightweight framework bug fix (YPHP lightweight PHP framework version updated to V 1.1.0)
1. When instantiating a module, the user cannot manually specify the default execution class and the default execution method!
2. The problem that the class or method does not exist, causing system instantiation errors, has been solved!
3. The problem of not being able to capture errors due to the valid domain of the error capture registration function has been solved!
4. Fixed the problem of being unable to obtain parameters after submitting via POST!