database\\query::leftJoin($table, $on)

Shortcut for creating a left join clause

  • $table (string)
    Name of the table, which should be joined
  • $on (string)
    The on clause for this join
  • return (object)