SproutCMS

This is the code documentation for the SproutCMS project

function addHaving()

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

Usage

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

Arguments

  1. $val

Return value

  • void