Doctrine DBAL
Doctrine
Show in appDescription
Knowing and using the Doctrine Database Abstraction Layer for database operations.
Goals
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