contenido\includes\include.upl_search_results.php
Project:
Contenido Content Management System
Description: File Manager Search Engine Reulsts
Requirements:
- Author
- Timo A. Hummel
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend includes
- Since
- file available since contenido release <= 4.6 {@internal created 2003-12-29 modified 2008-06-27, Frederic Schneider, add security fix $Id: include.upl_search_results.php 722 2008-08-25 09:17:49Z timo.trautmann $: }}
- Version
- 1.9.0
Functions
\UploadList
Package: Default
Parameters
Parameters
Parameters


Class FrontendList
Class for scrollable frontend lists
- Parent(s)
- \FrontendList
- Author
- Timo A. Hummel
- Version
- 0.1
Properties
Methods


FrontendList( $startwrap, $endwrap, $itemwrap) : void
The placeholder for item wraps are the same as for sprintf. See the documentation for sprintf.
Caution: Make sure that percentage signs are written as %%.
Name | Type | Description |
---|---|---|
$startwrap | Wrap for the list start | |
$endwrap | Wrap for the list end | |
$itemwrap | Wrap for a single item |


convert( $field, $data) : void
Field converting facility.
Needs to be overridden in the child class to work properbly.
Name | Type | Description |
---|---|---|
$field | Field index | |
$data |


setData( $index) : void
Note: This function eats as many parameters as you specify.
Example: $obj->setData(0, "foo", "bar");
Make sure that the amount of parameters stays the same for all setData calls in a single object.
Name | Type | Description |
---|---|---|
$index | Numeric index |


setListStart( $startpage) : void
Parameters
Name | Type | Description |
---|---|---|
$startpage | Page number on which the list display starts |


setResultsPerPage( $numresults) : void
Parameters
Name | Type | Description |
---|---|---|
$numresults | Amount of records per page |