/views/folder/ssearch.php
| Controller | FolderController |
|---|---|
| Package | application.views.folder |
| Source Code | app/views/folder/ssearch.php |
Search in folder and show search results
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| condition | string | search condition | FolderController |
| filemodels | array | search results | FolderController |
| model | entity | current folder model | FolderController |
Uses Details
condition
variable
string condition;
search condition
filemodels
variable
array filemodels;
search results
model
variable
entity model;
current folder model