Donate Share

Sparse-PHP

File Release Notes and Changelog

Release Name: 1.05b

Notes:
    *  There are some changes in this version which are not 
compatible with previous versions, so please read carefully.
Upgrading isn't hard. 8-)
    * The sqlsort tag has been added, and there's a new 
Sorting page in the documentation.
    * Added the sqlresults tag, which allows you to print 
e.g. "Showing X to Y of Z total results.".
    * Quick templates no longer use sqltemplate. Instead, 
sqlquick is the new tag. This eliminates some confusion that
might have arisen by all the new attributes I added in (such
as telling Sparse where to put sorting, searching, or 
navigation forms, and whether or not to print row errors).
    * Introduced the new "tag referencing" system, which 
allows you to assign attributes to tags by referencing 
previous tags, or assign default values to any tag type. You
can use this to e.g. include files which set the database 
for any template in your application, or to instantly create
an add template that looks identical to an edit template you
already have. See the new Tag Referencing documentation page for more info.
    * Because of this, the enumset src attribute no longer 
exists. Instead, use the new sqlinclude tag.

Changes: