tags:

views:

21

answers:

1

I have installed zend server for zend framework.I didnt install xampp or wampp.Which software i have to install for database configuration.

A: 

Zend uses PDO driver to connect to databse.

Any database that has PDO driver will do. You can look at list of drivers on php.net site. Also here is some documentation from Zend on databases and PDO drivers.

Alex