The Doctrine Project is a collection of open source libraries and tools for dealing with database abstraction and Object-Relational Mapping written in PHP.
I'm using Symfony 4.3.8 and I can't find any information about thoses deprecations : User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without …
symfony doctrine-orm doctrineI am quite sure that DQL will be the way to go, but I am wondering if Doctrine, i am …
doctrine doctrine-orm dqlI need to perform this query: SELECT * FROM (SELECT * FROM product WHERE car = 'large' ORDER BY onSale DESC) AS product_…
doctrine symfony entitymanager query-builderI want to return all Logged in users of my application and render it in my Dashboard. The user_id …
php symfony doctrine symfony-2.3I'm having problems with a batch insertion of objects into a database using symfony 1.4 and doctrine 1.2. My model has a …
php memory-leaks symfony1 doctrineI´m working with symfony 4 and this error ocurr when runnning doctrine console commands: In AbstractMySQLDriver.php line 108: An exception …
php symfony doctrine symfony4 symfony-flexI'm trying to check for the existence of a table before dropping it. I've read through the API documentation for …
doctrine doctrine-1.2I'm going to use entity_manager in my model. But entity_manager is only available in controller: throw $em = $this-&…
model-view-controller symfony doctrine entitymanagerShort Story (Edit) It is possible to store an array instead of a mapped association. In Symfony2, this is fairly …
php symfony doctrine doctrine-orm symfony-formsI have a table CREATE TABLE `sob_tags_articles` ( `tag_id` int(11) NOT NULL, `article_id` int(11) NOT NULL, `id` …
php mysql symfony1 doctrine symfony-1.4