myparse 1.3 – eases developer headaches

Ronaldo Barbachano is proud to announce the latest myparse, this version offers many important improvements resulting in faster page loads, and reduced memory use.

A simple (but still very advanced) dynamic optioning system is included, which can be set by either providing values, or by values generated by an SQL statement. This system can also dynamically change, or add, php object parameters.

This version also adds a SQL debugger that will report a sql error, and the query that caused it. Also improved on the SQL front are templates- all template processing is accomplished via the SQL statement, resulting in a welcome memory reduction and speed increase of all page rendering.

dynamic options
sql
debugger

myparse 1.2 release tears it up

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

release
cache
sitemap
debug
htaccess

doinglines.com now ikipress powered

My programming blog, doinglines.com gets a design facelift and uses a soon to be released version of myparse.