Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is a Laravel style with possible? #298

Open
futurewebsites opened this issue Jul 29, 2019 · 0 comments
Open

is a Laravel style with possible? #298

futurewebsites opened this issue Jul 29, 2019 · 0 comments

Comments

@futurewebsites
Copy link

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, ) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant