I've updated both the documentation and version of SpiffyDb. Here's a small
chunk from the documentation.

SpiffyDb extends the basic functionality of Zend_Db_Table and
Zend_Db_Table_Select and includes a Model/Mapper as shown in the Zend
Framework Quick Start. These new classes include a hoist of new features and
automate much of the model/mapper functionality that is common to them.

Features

    * Automatic model getter/setters using the magic method __call.
    * Validation/filtering of model values with methods such as isValid()
and saveValid().
    * New get() method (and helpers) which are used to generate joined
queries.
    * New methods query() and queryOne() which can be used with the new
get() method to query prepared statements.
    * Much more, see below for usage.

See http://www.spiffyjr.me/sd-docs/ for the updated documentation and
downloads.

Thanks,

Kyle Spraggs (SpiffyJr)
http://www.spiffyjr.me

-- 
View this message in context: 
http://www.nabble.com/SpiffyDb-Documentation-and-Version-Updated-tp25963302p25963302.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to