uxf is a php framework, running based on discuz! X3.0 or above environment.
Framework development purpose
Framework design principles
Main features
Usage scenarios
System deploymentPseudo-static settings
A large number of domestic websites are using the Discuz program. Of course, most websites only use it as a forum program, and a small number use it as a complete community program. Therefore, regardless of whether it is authorized or not, many people will conduct secondary development based on this program. Discuz is a multi-application portal and multi-module framework in terms of model, that is, you can define an application portal such as money.php, and then write related modules for it. For details, see the official developer wiki: http://dev. discuz.org/wiki . But compared to other typical modern PHP frameworks such as Yii, ThinkPHP, WindFramework, etc., Discuz is a bit not high-end and classy enough, although it has rich functions and features in all aspects. Uxf’s development ideas and routes1. Implement the complete MVC pattern; 2. Single entrance, unified url routing system; 3. The goal is to integrate important features of various mainstream frameworks. Currently, only the basic MVC development model is provided 4. Do your best to implement framework and application development without modifying the discuz code Project addresshttps://gitcafe.com/web3d/uxf |