1.

What Is Pdo?

Answer»

PDO is an ACRONYM for PHP Data Objects. PDO is a lean, consistent WAY to access databases. This means DEVELOPERS can write PORTABLE code much easier. PDO is not an abstraction layer LIKE Pear DB. PDO is a more like a data access layer which uses a unified API (Application Programming Interface).

PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases. This means developers can write portable code much easier. PDO is not an abstraction layer like Pear DB. PDO is a more like a data access layer which uses a unified API (Application Programming Interface).



Discussion

No Comment Found