Articles by Tag #doctrine

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Ignore custom indexes on Doctrine DBAL 4

You can create database indexes using #[ORM\Index(fields: ['fieldName'] attribute on the entity file...

Learn More 4 0Jul 27 '24

Symfony & Doctrine Migrations: Validation in CI

I had the opportunity to work on a project with a team that was relatively new to Doctrine...

Learn More 3 0Sep 5 '24

DiscriminatorMap de Doctrine avec Api-platform

Le DiscriminatorMap de Doctrine permet une gestion efficace des entités héritées. Nous allons...

Learn More 2 0Jul 5 '24

Doctrine’s Collection filter method - a double-edged sword

As a developer, you're probably no stranger to the challenges associated with large datasets. From...

Learn More 1 0Dec 11 '24

How To Handle Custom S/DQL Queries On Different Database Engine with DoctrineExpression

In the journey of building robust Symfony projects, there often comes a point where simple Entity...

Learn More 0 0Oct 27 '24