Documentation

HasJoin

Allows an entity the ability to join tables

Tags
author

Jason Napolitano

version
1.0.0
since
1.0.0
license

MIT https://mit-license.org

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 = '*'
Return values
mixed

Search results