nano4/dbitem.php

A base class representing individual items from the model.

For use in an ORM-style model. You can call $item->save(); to update the database. The constructor requires the hash results from a query, the DBModel object which created it, and the table to save results to.

Classes

Item