SproutCMS

This is the code documentation for the SproutCMS project

function addWhere()

Adds a where clause to this search handler.
Where clauses should refer to the main table using the alias 'main'
e.g. $handler->addWhere("main.active = 1")

Usage

void $SearchHandler->addWhere ( mixed $val );

Arguments

  1. $val

Return value

  • void