BIWEB business intelligence website system is a large-scale website system based on the ArthurXF enterprise application-level PHP development framework. It was designed by Shanghai Netservice Network Information Co., Ltd. after five years of continuous practice, summary, and development in various large-scale projects. A fast-developing, easy-to-use object-oriented enterprise application-level PHP MVC website building system. Now it is released as open source by Shanghai Network Services Company to jointly promote the development of the industry. The original intention of BIWEB's design is to simplify the development of various enterprise-level WEB-based applications. For various large and medium-sized enterprise application-level web projects, it has various optimization methods to improve the performance of server hardware to maximize applications. BIWEB website building system integrates website SEO, link optimization, data diversion, data expansion, data backup, client caching, data caching, page caching, page staticization, template switching, automatic correction of 404 errors, shared memory, and automatic content generation of word documents. , Chinese word segmentation search, RSS subscription, WAP mobile browsing, anti-leech downloading, Chinese traditional and simplified conversion and many other functions, it is your first choice system for building a website. The BIWEB system can easily create corporate websites, business websites, shopping malls, online stores, various industry portals, social networks and web games!
5.8.5 update:
1. Updated the underlying database cache algorithm. The cache storage path generated by a 2-character first-level directory will stop after looping for 8 times.
2. Updated the update cache file function updateCache, and added the part of updating the database cache.
3. Updated the delete data function deleteInfo, and added the part of updating the cache after deleting data.
4. Modified the delTreeDirs function. The original filetype function called had a BUG under PHP5.2.12. This function was replaced by is_dir.
5. Two new smarty plug-ins are added, which call CSS and JS respectively. They can support multiple CSS and JS calls without modifying the template.
6. Added a new low-level class for converting video to flv.
7. Modified the smarty cache method and added a cache judgment function at the bottom layer.
8. Added a shared memory cache method, and the background can directly control the use of shared memory. A lot of disk cache data is converted to memory cache.
9. Modified the style control code of the time plug-in so that it is not affected by external CSS.
10. Fixed the bug that cache class cannot create cache files under Unix system.
11. Fixed the duplication of values caused by sql cache on prepared statements, and canceled the prepared statements.
12. Designed new anchor points for the paging function.
13. Added Alipay and Kuaiqian online payment interfaces.
14. Adjusted the size of the online editing template.
15. New system settings have been added, and parameters such as database and website prefix can be modified directly in the background.
16. The calling class name of the underlying class domxml has been corrected, and the content fetching function gElement has been modified to fetch different content under the same item.
17. Updated Chinese word segmentation plug-in.
18. Fixed the error in the underlying getRecordsG with group by statement.
19. Added a new function substring in the check class to remove HTML format and intercept a string of specified length.
20.smarty is upgraded to version 2.6.26.
21. Modified the underlying getRoueList to retrieve the type ID and TITLE according to the route.
22. Modified the error correction of the underlying shared memory module for PHP5.3 and above.
23. A new smarty API interface has been added, which can directly call program functions in the template, avoiding data overwriting problems caused by block program calls.
24. Added the ability to call the image path in the smarty template to ensure that the image path will not go wrong.
25. Modified the underlying image upload function to generate small, medium and large images.
Expand