/views/record/create.php
| Controller | RecordController |
|---|---|
| Package | application.views.record |
| Source Code | app/views/record/create.php |
Create a record
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| entityTypes | models | entity types models | RecordController |
| metadataTypes | models | project metadata types for the selected entity type | RecordController |
| model | enity | record to be created | RecordController |
| selectedType | integer | selected entity type to be created | RecordController |
Uses Details
entityTypes
variable
models entityTypes;
entity types models
metadataTypes
variable
models metadataTypes;
project metadata types for the selected entity type
model
variable
enity model;
record to be created
selectedType
variable
integer selectedType;
selected entity type to be created