SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class AdvancedSearchController

- No description yet -

Functions

NameVisibilityDescription
__constructpublicConstructor
_getEntranceArgumentspublicReturn an array of valid arguments to the entrance of this controller.
dateWhereprivateTake the datespec on the key side of Constants::$relative_dates and turn into a WHERE clause
doSearchprivateDoes the actual search. Returns HTML
entrancepublicActs as the entrance-point of the controller.
indexpublicDoes the actual search
tagAutocompletepublic (static)Provides data for the tag autocomplete

public __construct

void $AdvancedSearchController->__construct ( );

Constructor

public _getEntranceArguments

array $AdvancedSearchController->_getEntranceArguments ( );

Return an array of valid arguments to the entrance of this controller.

private dateWhere

unknown $AdvancedSearchController->dateWhere ( mixed $date );

Take the datespec on the key side of Constants::$relative_dates and turn into a WHERE clause

private doSearch

unknown $AdvancedSearchController->doSearch ( );

Does the actual search. Returns HTML

public entrance

void $AdvancedSearchController->entrance ( mixed $argument );

Acts as the entrance-point of the controller.
Redirects to the target page

public index

void $AdvancedSearchController->index ( );

Does the actual search

public tagAutocomplete

void AdvancedSearchController::tagAutocomplete ( );

Provides data for the tag autocomplete