/views/tags/tag.php
| Controller | TagsController |
|---|---|
| Package | application.views.tags |
| Source Code | app/views/tags/tag.php |
Shows records in a category/tag
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| rootParent | tags | root of this category/tag | TagsController |
| roots | array | all tag roots under the project | TagsController |
| selectedTA | array | = array($rootId, $tagId) current selected tag root and category for highlight | TagsController |
| staticRecords | array | all records in this category/tag | TagsController |
| tag | tags | current tag | TagsController |
Uses Details
rootParent
variable
tags rootParent;
root of this category/tag
roots
variable
array roots;
all tag roots under the project
selectedTA
variable
array selectedTA;
= array($rootId, $tagId) current selected tag root and category for highlight
staticRecords
variable
array staticRecords;
all records in this category/tag
tag
variable
tags tag;
current tag