JDatabaseQuery::where

      Signature

      protected function where(mixed $conditions, [string $glue = 'AND'] )

      Parameters

      $conditions
      A string or array of where conditions.
      $glue
      The glue by which to join the conditions. Defaults to AND.

      Returns

      JDatabaseQuery
      Returns this object to allow chaining.