BIP KB Tag: Objects
PHP Data Objects
PHP Data Objects (PDO)
PHP Data Objects, also known as PDO, is an interface for accessing databases in PHP/aithout tying code to a specific database. Rather than directly calling mysql_, mysqli_, and pg_ functions, developers can use the PDO interface, simplifying the porting of applications to other databases.
Database Support
The extension can support any database that a PDO driver has been written for. At the time of...
By priyanka01, April 27, 2016