Wednesday, 15 April 2015

How PDO used in drupal?

Answer:-PDO is an acronym for PHP Data Objects. PDO is a more like a data access layer which uses a unified API to provide developers with the ability to support multiple database servers easily.
The intent of this layer is to preserve the syntax and power of SQL as much as possible

No comments:

Post a Comment