ClassInterface Support_Resources_DBProvider

Description

Interface for providing database connections for Support_Resources

Located in /support/lib/Support/Resources/DBProvider.php (line 9)


	
			
Method Summary
 PDO get ([boolean $writer = true], [boolean $unique = false])
Methods
get (line 17)

Return an instance of a database connection.

  • access: public
PDO get ([boolean $writer = true], [boolean $unique = false])
  • boolean $writer: If true, the returned connection must be writing to the database (default is true)
  • boolean $unique: If true, forces the provider to return a unique, unshared connection (default is false)

Documentation generated on Wed, 25 Apr 2012 09:46:42 -0700 by phpDocumentor 1.4.3