miceCMS is a website content management system built using the MiceFrame framework independently developed by Mice Software (a website building framework developed to meet the needs of enterprise-level website construction).
It is developed based on PHP and Smarty template engine and has high scalability. All codes are written in OOP mode. Writing plug-ins is faster and more flexible, and its performance is superior. Users can quickly develop function extension plug-ins without having to worry about the kernel code, so It is also an open PHP development platform.
1. Modular, open source, extensible
miceCMS is an open source, free, simple and efficient website content management system. It is developed in a modular way, provides a unified module development interface and underlying platform support, and is completely open source to facilitate secondary development.
2.Multiple database support
miceCMS can seamlessly support many mainstream and non-mainstream database systems such as MSSQL, MySQL, Postgres, SqLite, Frontbase, MaxDB, MiniSql, FBSQL and Sybase. If you don’t like the above database systems yet (^-^), you You can also choose a text file (txt) to store the database. After our detailed comparison, for small websites, text databases are not significantly slower than professional database systems such as MySQL, and data conversion can be performed between various databases. .
3. Multiple server environments support multiple operating systems such as Windows, Linux, Unix, and Mac, plus multiple database support. It can almost be said that miceCMS can run as long as there is space above PHP5.1.
4. Search engine friendly
miceCMS implements pseudo-static URLs through rerouting rules, which is not only very friendly to search engines, but also to visitors; you can set respective keywords for the homepage of the website and each category and content page ( Keywords), description and title.
5. The WYSIWYG editor supports FckEditor, TinyMCE, eWebeditor, nicEdit and many other WYSIWYG editors. You can still edit web content with pictures and text online without knowing HTML.
6. MVC architecture adopts MVC architecture and provides custom module and plug-in development interfaces to facilitate secondary development.
Make the template completely independent. The template uses the Smarty template engine, which is the most widely used in PHP projects. Many developers who are familiar with Smarty can get started without learning. Even if you are not familiar with Smarty, with the help of miceCMS tags, you can quickly DIY your own beautiful style templates.
Expand