Doctrine DBAL
Doctrine
Show in appBeschreibung
Knowing and using the Doctrine Database Abstraction Layer for database operations.
Ziele
I know
- what Doctrine DBAL is
- the API of the connection object (e.g.: fetchAssociative, fetchOne, fetchNumeric, etc.)
I can
- install Doctrine DBAL for my PHP project using composer
- make use of the SQL Query Builder
- perform basic database operations (INSERT, SELECT, DELETE, UPDATE) with Doctrine DBAL
Maintainer
Grégoire Paris
Doctrine