Public Member Functions | |
render () | |
getSortColumns () | |
getGbSortBy () | |
getGbSortDir () | |
floodProtection () | |
getSortOrderByParameterName () | |
getSortOrderParameterName () | |
getSortIdent () | |
getDefaultSorting () | |
getPageNavigation () | |
saveEntry () | |
getBreadCrumb () | |
Protected Attributes | |
$_iCntPages = null | |
$_blShowLogin = false | |
$_aSortColumns = null | |
$_sListOrderBy = false | |
$_sListOrderDir = false | |
$_blFloodProtection = null | |
$_aEntries = null | |
$_sThisTemplate = 'page/guestbook/guestbook.tpl' | |
$_sThisLoginTemplate = 'page/guestbook/guestbook_login.tpl' | |
$_blShowSorting = true | |
$_oPageNavigation = null | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW |
Shop guestbook page. Manages, collects, denies user comments.
Definition at line 7 of file guestbook.php.
GuestBook.floodProtection | ( | ) |
Template variable getter. Returns boolean of flood protection
Definition at line 184 of file guestbook.php.
GuestBook.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 321 of file guestbook.php.
GuestBook.getDefaultSorting | ( | ) |
Returns default category sorting for selected category
Reimplemented from oxUBase.
Definition at line 234 of file guestbook.php.
GuestBook.getGbSortBy | ( | ) |
Template variable getter. Returns order by
Definition at line 136 of file guestbook.php.
GuestBook.getGbSortDir | ( | ) |
Template variable getter. Returns order directory
Definition at line 146 of file guestbook.php.
GuestBook.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Reimplemented from oxUBase.
Definition at line 246 of file guestbook.php.
GuestBook.getSortColumns | ( | ) |
Template variable getter. Returns sorting columns
Reimplemented from oxUBase.
Definition at line 122 of file guestbook.php.
GuestBook.getSortIdent | ( | ) |
Returns page sort indentificator. It is used as intentificator in session variable aSorting[ident]
Reimplemented from oxUBase.
Definition at line 224 of file guestbook.php.
GuestBook.getSortOrderByParameterName | ( | ) |
Returns sorted column parameter name
Reimplemented from oxUBase.
Definition at line 204 of file guestbook.php.
GuestBook.getSortOrderParameterName | ( | ) |
Returns sorted column direction parameter name
Reimplemented from oxUBase.
Definition at line 214 of file guestbook.php.
GuestBook.render | ( | ) |
Loads guestbook entries, forms guestbook naviagation URLS, executes parent.render() and returns name of template to render guestbook._sThisTemplate.
Reimplemented from oxUBase.
Definition at line 102 of file guestbook.php.
GuestBook.saveEntry | ( | ) |
Method applies validation to entry and saves it to DB. On error/success returns name of action to perform (on error: "guestbookentry?error=x"", on success: "guestbook").
Reimplemented in GuestbookEntry.
Definition at line 263 of file guestbook.php.
GuestBook.$_aEntries = null [protected] |
Definition at line 57 of file guestbook.php.
GuestBook.$_aSortColumns = null [protected] |
Reimplemented from oxUBase.
Definition at line 29 of file guestbook.php.
GuestBook.$_blFloodProtection = null [protected] |
Definition at line 50 of file guestbook.php.
GuestBook.$_blShowLogin = false [protected] |
Definition at line 22 of file guestbook.php.
GuestBook.$_blShowSorting = true [protected] |
Reimplemented from oxUBase.
Definition at line 78 of file guestbook.php.
GuestBook.$_iCntPages = null [protected] |
Definition at line 15 of file guestbook.php.
GuestBook.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Definition at line 92 of file guestbook.php.
GuestBook.$_oPageNavigation = null [protected] |
Definition at line 85 of file guestbook.php.
GuestBook.$_sListOrderBy = false [protected] |
Reimplemented from oxUBase.
Definition at line 36 of file guestbook.php.
GuestBook.$_sListOrderDir = false [protected] |
Reimplemented from oxUBase.
Definition at line 43 of file guestbook.php.
GuestBook.$_sThisLoginTemplate = 'page/guestbook/guestbook_login.tpl' [protected] |
Definition at line 71 of file guestbook.php.
GuestBook.$_sThisTemplate = 'page/guestbook/guestbook.tpl' [protected] |
Reimplemented from oxView.
Reimplemented in GuestbookEntry.
Definition at line 64 of file guestbook.php.