Method: db::join

Joins two tables and returns data from them

Info

Syntax

db::join($table_1, $table_2, $on, $select, $where=null, $order=null, $page=null, $limit=null, $type="JOIN")

Parameters

Return (mixed)