Database access & results formatting tags

Use GitHub to post feature requests for phpwcms.
Locked
marco

Database access & results formatting tags

Post by marco »

I recently came across two PHP database classes that are increadibly easy to use (and they are also fast) that even a novice like me can use it.

I am wondering if there is any possibility of using them in phpwcms and creating some tags that would greately simplify generation and formatting of dynamic data pages?

Here are the relevant links, the first one is the article explaning the ideas behind the ezSQL PHP Database class:

http://justinvincent.com/home/articles.php?articleId=1

ezSQL Database Class:

http://justinvincent.com/home/articles.php?articleId=2

ezResults Paging Class:

http://justinvincent.com/home/articles.php?articleId=18

The author of these fine scripts is apparently one of the Wordpress developers.
Locked