IDatabaseRecord implementations provide access to all the basic functionality of phORM, eg:MySQLRecord
Introduction
All operations on Model objects must extends a class that implements IDatabaseReocrd.
Public Properties
| Property Name | Requires | Action |
| sort | SQLSortCollection | read/write |
| filters | SQLFilterCollection | read/write |
| limit | int | read/write |
| primary_key | void | read only |
| isNew | void | read only |
| columns | void | read only |
Public Methods
| Method Name | Arguments | Returns |
| initWithPrimaryKey | $id, $query = null | void |
| save | | void |
| delete | $id = null | void |
| records | | ArrayCollection |
| simpleURLRequestProcessor | $returnXML = false | XML |
| renderAsTableRows | | HTML |