HasJoin
Allows an entity the ability to join tables
Tags
Table of Contents
- join() : mixed
Methods
join()
public
static join(string $table, array<string|int, mixed> $on[, string $columns = '*' ]) : mixed
Parameters
- $table : string
- $on : array<string|int, mixed>
- $columns : string = '*'