fluentpdo
fluentpdo copied to clipboard
is a Laravel style with possible?
Hi is it possible to do a laravel style with?
$query->from("table1")->with("table2");
which would result in:
array( "table1.name"=> "some value", "table1.table2"=> array( array( "table2.stock"=>20, "table2.price"=>100.00, ), array( "table2.stock"=>20, "table2.price"=>100.00, ) )