Toggle navigation
Home
Code Snippets
Plain PHP
Doctrine
Laminas
Laravel
SQL
Symfony
Unittests
Other Libraries
Blog
Slides/Talks
@SenseException
Doctrine
11/25/18
How eager loading of Doctrine entity relations influences the SQL executions
1/6/18
Change schema of an entity with events in Doctrine ORM
1/6/17
DQL syntax to hide irrelevant values for the result
10/23/16
Annotations on Interfaces
5/14/16
The SELECT NEW dql query of Doctrine
3/14/16
EntityListener - Only called for a specific Doctrine entity
2/10/16
Doctrine DBAL events on database table creation
11/10/15
Doctrine 2.5 embeddable classes reduces code duplication in entities
7/29/15
Get changes from a Doctrine entity
7/20/15
Use a column value of a Doctrine Entity as key of an array result
6/8/15
Filtering a Doctrine collection that implements Selectable interface
5/24/15
Read class metadata of your Doctrine entities
3/26/15
Closure content executed as transaction in Doctrine DBAL
3/25/15
Transform result rows into another format in Doctrine DBAL
11/30/14
Caching Doctrine results for performance
11/16/14
Pagination with Doctrine
11/2/14
Individual data structure in Doctrine with custom Hydrators
10/20/14
Iterate through results in Doctrine less memory intensive
10/12/14
Merging an object with EntityManager to change a attached entity
9/28/14
get a partial reference in Doctrine
8/25/14
One way to get a random Doctrine entity
8/25/14
Create your own Doctrine function
7/27/14
Using references instead of entities in Doctrine
7/27/14
Adding logger for SQL queries into doctrine entity manager
7/20/14
Caching values with Doctrine
7/20/14
Create data filter for Doctrine EntityManager
3/27/14
Using Doctrine's Lexer for own parsing purpose
3/21/14
Make your own annotations with Doctrine Annotation