PHP Classes / Singleton PDO

Create a singleton instance of PDO class

Singleton PDO PHP Class

This package can be used to create a singleton instance of the PDO class. It provides a static function that stores a reference of the current object in a static variable. Next time the function is called, it returns a reference to the first object that was created. Additionally, it can also insert or update a given table row from a list of field values.

Similar PHP Classes

Search in PHP Classes

Filter by tags