MyQEE PHP Framework is a PHP framework developed based on PHP5 that perfectly supports the HMVC mode and supports multi-project development. MyQEE draws on the design ideas of excellent foreign frameworks. Elegant and practical code is our goal. MyQEE has the following major features:
Excellent scalability, supports multi-project management and HMVC mode
MyQEE's unique file loading logic can meet the needs of developing multiple projects with one set of programs, and can match independent (or shared) class library files for each project. The system can even load third-party class libraries as long as you wish. . Specially developed ORM brings a new experience to team development
MyQEE ORM is an OOP component specially designed for team development. Through the configuration of data tables, ORM can be used by team members very conveniently and quickly. For data tables that are split vertically, ORM can help you connect them conveniently and simply, and there is no performance problem. ORM is more suitable for tables with key and value modes, and is very simple and easy to use and update. High security
MyQEE has a built-in XSS filtering mechanism and provides the Database QueryBuilder component to effectively prevent SQL injection. Provide technicians with development and debugging tools. With many years of team development experience, we provide more practical development tools, including the activation of local debugging environment, remote debugging environment, SQL analysis tools, no cache mode, and a very friendly error tracking system. Multi-driver support: Various basic classes including Database, HttpGet, Cache, Session, etc. all support multi-driver extensions, making it easy for you to choose a configuration that suits your system environment.
True autoloading and unified namespace With the help of PHP5's autoload function, the system provides a unified autoloading mode and a unified namespace.
Built-in DOC output module The built-in DOC output module can output API interface documents for your project in real time, which is very practical for team development projects.
Expand