=== About Naf_Record ===
Naf_Record is an implementation of ActiveRecord pattern in Naf library. It was designed to be extremely simple yet powerful.
=== Relationship to Naf ===
Naf_Record is a part of Naf library. More about Naf - http://developer.berlios.de/projects/naf/
=== Basic features ===
- load table row by #ID
- validate row data with Naf_Validator
- save table row (insert if #ID is empty, update otherwise)
- delete row by its #ID
- access to underlying Data-Table-Gateway: either through table() method, or through methods overload - __call (call Naf_Table methods directly on Naf_Record instance)
|