The Table class wrapper is the VO specific wrapper for extending many basic table interactions. This wrapper makes it very easy to quickly interface with inserts, updates, selects and a few other abstractions to aid in rapid application development.
Location /class/Table.php
This is not a complete reference to the Table class, but references most methods and uses of the class by exension.
getId()
create( array $attribute_array )
remove()
getAttributes()
setAttributes()
searchWithAttributeArray( $attribute_array, $limit = NULL, $page = NULL, $column_array = NULL )
getRelationshipListForTable( $table_name, $table_filters = array() )
getRelationship( $subclass_of_table, $relationship_id )
setRelationship( $subclass_of_table, $relationship_id, $relationship_attributes )