doctrine-dbal Questions
1
Solved
Doctrine\DBAL\Connection::ping()
is marked as @deprecated
I found this commit that introduced it but no info about successor for this method was given.
I would like to know what is expected alterna...
Kalinin asked 22/1, 2021 at 10:43
1
Solved
On some existing code I have the following statement (after a rather long query building exercise):
return $statement->fetchAll(
DBAL\FetchMode::CUSTOM_OBJECT,
PublishedLead::class
);
This wo...
Antinode asked 21/10, 2020 at 16:57
1
Solved
I reverse engineered my database with symfony2 and doctrine with commands :
php app/console doctrine:mapping:convert
php app/console doctrine:mapping:import
php app/console doctrine:generate:entit...
Becca asked 4/2, 2013 at 6:3
3
Solved
I am actually stuck in 3-tier structure. I surfed the internet and found two terminologies "Database Abstraction Layer" & "Data Access Layer".
What are the differences between the two?
Underfoot asked 15/5, 2010 at 2:23
1
© 2022 - 2024 — McMap. All rights reserved.