Class FrontendList
Class FrontendList for scrollable frontend lists.
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/api/functions.frontend.list.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/api/functions.frontend.list.php
public
|
#
__construct( string $startwrap, string $endwrap, string $itemwrap )
Constructor to create an instance of this class. |
public
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
integer
|
|
public
|
|
protected
mixed
|
|
public
string
|
protected
string
|
$_startwrap |
|
#
Wrap for table start. |
protected
string
|
$_endwrap |
|
#
Wrap for table end. |
protected
string
|
$_itemwrap |
|
#
Wrap for a single item. |
protected
array
|
$_data | array() |
#
Data container. |
protected
integer
|
$_resultsPerPage | 0 |
#
Number of records displayed per page. |
protected
integer
|
$_listStart | 1 |
#
Start page. |