MooPHP, the full name is More Original PHP Framwork. From the full name of MooPHP, we can feel the design concept of the MooPHP framework: to restore the original ecology of the PHP language under the premise of safety, efficiency, stability, and ease of use; to further enhance the scalability of MooPHP in a loosely coupled manner. In addition to the core, MooPHP is very easy to expand peripherally based on its loose coupling characteristics.
The MooPHP framework adopts the BSD protocol, which is almost the most "free" among all open source protocols. Give users higher rights to use and make decisions. So choose MooPHP as the infrastructure of the project, and you don’t have to worry about license agreement issues at all.
MooPHP 0.95.399 beta update record Added MOOPHP_COMSTER_CONFIG constant to allow a common MooPHP core to load independent configurations Added MooHtmlCache text cache function to realize full HTML caching of web pages Added MooMakeDir function to realize recursive directory creation New MooTemplate and MooCache classes are automatically created A new MooTemplate class is added to the cache directory to support templates in subdirectories. Example: include MooTemplate("default/blog_index");
Added MooPHP's DuBug debugging class and the MOOPHP_DEBUG configuration constant. Corrected the error in the return value of the image in the MooUpload class. Corrected the invalid length setting in the MooSeccode class and the writeCodeToImage method error. Updated MooPHP's versions of open platform APIs such as ManYou, XiaoNei, and 51.
Expand