Previous Package
Solar_Sql


Solar_Sql_Model

Next Package
Solar_Test

Solar_Sql_Model

Classes In This Package

Solar_Sql_Model
An SQL-centric Model class combining TableModule and TableDataGateway, using a Collection of Record objects for returns.
Solar_Sql_Model_Collection
Represents a collection of Solar_Sql_Model_Record objects.
Solar_Sql_Model_Filter
Collection of external data filter methods for Solar_Sql_Model classes.
Solar_Sql_Model_Filter_ValidateConfirm
Validates that the "confirmation" value is the same as the "real" value being confirmed.
Solar_Sql_Model_Filter_ValidateUnique
Validates that a value for the current data key is unique among all model records of its inheritance type.
Solar_Sql_Model_Record
Represents a single record returned from a Solar_Sql_Model.
Solar_Sql_Model_Related
Abstract class to represent the characteristics of a related model.
Solar_Sql_Model_Related_BelongsTo
Represents the characteristics of a relationship where a native model "belongs to" a foreign model.
Solar_Sql_Model_Related_HasMany
Represents the characteristics of a relationship where a native model "has many" of a foreign model.
Solar_Sql_Model_Related_HasOne
Represents the characteristics of a relationship where a native model "has one" of a foreign model.