Top "Dbal" questions

Database Abstraction Layer for Doctrine ORM (PHP)

Doctrine custom data type

I'm developing application with Symfony2. Symfony2 is using Doctrine 2 for DBAL and ORM. As far as I know Doctrine2 doesn't …

mysql symfony orm doctrine dbal
List of strings in prepared statement using Doctrine DBAL

Following the Doctrine DBAL documentation I should be able to bind a list of string values like this: $sql = 'SELECT * …

php doctrine dbal
Doctrine DBAL Insert if doesn't exist

I'm using Symfony2-framework with Doctrine DBAL, and I'm inserting some data into MySql-database. Insert looks something like this(simplified): $…

php mysql symfony doctrine-orm dbal