$this
join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false)
Add a join clause to the query. Parameters string $table string $one string $operator string $two string $type bool $where Return Value $this