PDO

  • PDO means PHP Data Object; it is a lean and consistent way to access databases. It allows developers to write portable code with ease.
  • Drupal provides a data abstraction layer to provide developers with ability to support multiple database servers easily.
  • The intent of this layer is to preserver the syntax and power of SQL as much as possible, but also allow developers a way to leverage more complex functionality in a unified way.
Tags