LinkInterface | One of the primary purposes of the \Dewdrop\Fields\RowEditor class is to link rows objects to the database fields in a \Dewdrop\Fields collection. |
Field | Provide a row that can be associated with all the fields from a model in a RowEditor. This particular linker uses a field object to get the look-up value. This can be useful if you have a primary row linked in the row editor by query string and you then need to pull in a second, related row based upon a foreign key in the first. |
QueryString | Create a row object to attach to all the fields from the supplied \Dewdrop\Db\Table using the value of a query string variable. This linker is often used for the primary row on an edit page, where the row's primary key value is passed from a listing to the edit page in the query string. |