A query-builder is a set of classes and methods that is able to programmatically build queries.
I want to put my entity in the function of the query builder: ->add( 'weeks', 'entity', array( 'class' =&…
forms symfony builder query-builderI would like to execute the follow sentence using laravel eloquent SELECT *, count(*) FROM reserves group by day The only …
laravel laravel-5 eloquent query-builderIm trying to pull all users from the users table who match a certain group in the users_groups pivot …
php mysql laravel-4 eloquent query-builderI'm not able to run this simple query in Laravel 5.3 $top_performers = DB::table('pom_votes') ->groupBy('performer_…
laravel laravel-5.3 query-builderI'm new with Symfony2 and I built successfully my first join through QueryBuilder and Doctrine 2. Probably this is a stupid …
symfony doctrine-orm left-join query-builderThis should be simple but I can't find a working example. Here's a controller method that throws the error "Invalid …
symfony doctrine-orm doctrine query-builder dqlI'm refactoring a Zend Framework 2 application to use doctrine 2.5 DBAL instead of Zend_DB (ZF1). I have the following Zend_…
php mysql doctrine-orm zend-framework2 query-builderI am using Query builder to insert data all fields are been inserted but timestamps like created_at and updated_…
php mysql laravel query-builderI'm trying to create a form with data in collection type depending on the user being logged. I'm following this …
symfony symfony-forms dql query-builderI'm building a very simple web app with Laravel. I've built two separate Controllers, which each return two separate views, …
php laravel eloquent query-builder