JDatabaseQuery::join

      Signature

      protected function join(string $type, string $conditions )

      Parameters

      $type
      The type of join. This string is prepended to the JOIN keyword.
      $conditions
      A string or array of conditions.

      Returns

      JDatabaseQuery
      Returns this object to allow chaining.