Specifies one or more fields in a master table to link with corresponding fields in this table in order to establish a master-detail relationship between the tables.
Specifies the name of the data source for a dataset to use as a master table in establishing a detail-master relationship between this table and another one.
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 1047]
MySQLTable encapsulates a database table in a MySQL server.
Use MySQLTable to access data in a single database table using MySQL native access in PHP. Table provides direct access to every record and field in an underlying database table. A table component can also work with a subset of records within a database table using ranges and filters.