/views/record/showrecords.php
| Controller | RecordController |
|---|---|
| Package | application.views.record |
| Source Code | app/views/record/showrecords.php |
Shows records for selecting record to link.
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| model | entity | chosen project model | RecordController |
| record | integer | record id of the record to be linked to | RecordController |
| recordsmodel | array | record models in project | RecordController |
Uses Details
model
variable
entity model;
chosen project model
record
variable
integer record;
record id of the record to be linked to
recordsmodel
variable
array recordsmodel;
record models in project