XiunoPHP is a PHP development framework for high-load applications, through which PHPer can quickly and easily develop high-load projects.
It was born in the era when NoSQL was just emerging. It has supported NoSQL DB, such as MongoDB, from the beginning. It can also support other types of DB by adding driver files.
It is a derivative of the Xiuno BBS product development process. It has only 340K and 34 files. It well encapsulates various DBs (MySQL, MongoDB...), CACHE (Memcached, TTServer, Redis...), and is very convenient for the upper layer. Only 12 methods are provided. As long as you master these 12 methods, developers can operate various DBs and CACHEs at will.
It uses rows as the smallest storage unit, which greatly simplifies and unifies the interfaces of DB and CACHE, and it introduces a single point distribution of auto-incrementing IDs, so that applications no longer rely on DB's count(), max() functions, which is convenient Design of distributed programs.
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn