Todo List
Generate SQL from tables/joins list
[line 20]
[line 19]
[line 18]
A_Sql_From __construct( [mixed $args = null])
Casts arguments into tables array
void getJoins( )
array getTables( )
$this join( array $table_right, [array $table_left = null], [string $type = null])
$this on( string $argument1, [string $argument2 = null], [string $argument3 = null])
string render( )
array table( [array $table = ''])
void using( )
string __toString( )