/views/collection/show.php
| Controller | CollectionController |
|---|---|
| Package | application.views.collection |
| Source Code | app/views/collection/show.php |
Show a particular project/collection, including records, categories etc
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| @roots | models | models of collection categories | CollectionController |
| @selectedTA | array | selected category | CollectionController |
| model | entity | model of the particular project/collection | CollectionController |
| pages | pages | page model of records | CollectionController |
| recordsmodel | models | models of all records in the collection | CollectionController |
Uses Details
@roots
variable
models @roots;
models of collection categories
@selectedTA
variable
array @selectedTA;
selected category
model
variable
entity model;
model of the particular project/collection
pages
variable
pages pages;
page model of records
recordsmodel
variable
models recordsmodel;
models of all records in the collection