PHP Classes

Singleton PDO: Create a singleton instance of PDO class

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,843 All time: 2,136 This week: 455Up
Version License PHP version Categories
spdo 1.0GNU General Publi...5.1PHP 5, Databases, Design Patterns
Description 

Author

DEPRECATED

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.

Picture of Michal Vrchota
Name: Michal Vrchota <contact>
Classes: 6 packages by
Country: Czech Republic Czech Republic
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (4)  
File Role Description
Plain text file SPDO Class main classes
Accessible without login Plain text file spdo.sample.php Example Sample code
Accessible without login HTML file MyPDO.html Doc. PHPDoc MyPDO
Accessible without login HTML file SPDO.html Doc. PHPDoc SPDO

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,843
This week:0
All time:2,136
This week:455Up
User Comments (1)