My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
IDatabaseRecord  

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 NameRequiresAction
sortSQLSortCollection read/write
filtersSQLFilterCollection read/write
limitint read/write
primary_keyvoid read only
isNewvoid read only
columnsvoid read only

Public Methods

Method NameArgumentsReturns
initWithPrimaryKey$id, $query = null void
save void
delete$id = null void
records ArrayCollection
simpleURLRequestProcessor$returnXML = false XML
renderAsTableRows HTML

Powered by Google Project Hosting