SproutCMS

This is the code documentation for the SproutCMS project

function addJoin()

Adds a join to this search handler.
Inner joins should refer to the main table using the alias 'main'
e.g. $handler->addJoin("INNER JOIN categories ON categories.item_id = main.id")

Usage

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

Arguments

  1. $val

Return value

  • void