Posted by:
admin

Developer Ronaldo Barbachano is proud to announce a major revision to lightweight framework myparse. This new version adds many high-level developer features, and fixes critical bugs. Download it here.
Most notably myparse 1.2 can now automatically generate site tree’s when full-page caching is enabled, and now has an automatic cache fall back feature that can load the cache file if a connection to the database is not present. Also new to 1.2 are environments’ that allow you to quickly switch to a different table/database/mysql servers.
Changes
Plugins added
mp_env – quickly switch between multiple mysql servers or tables/both
mp_pagination – code moved into plugin and loaded only when used, simplified algorithms.
cachemap – automatically generates sitemap based on your cached files (cache must be enabled to use)
ikipress
Fixed some ikipress theme abnormalities
added function make_header that uses mysqli_multiquery
*New config.php options*
compress_cache_output option – compress your cache files.
debug option – for developers to help with url related & other errors
env option – to define an environment, use with new file env.php
Under the hood and bug fixes
added emergency mysql failure cache fallback – when a mysql server is not available and caching is enabled – the old version will be served.
installation now more ‘automatic’
added go fast rules to .htaccess
simplified/optimized table structure (new ‘enum’ field types make block/template creation easier)
fixed url and proper 404 reporting (block_match_url, for the most part)
added some debug information to help with improper installations.
Fixed multiquery functionality
Changed blocks.php structure to ‘functionalize’ many features for easy use in plugins.
Automatically removes lines for inline css styles
releasecachesitemapdebughtaccess