Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myazarc/pdomemcached-database-class

PDO and Memcached class
https://github.com/myazarc/pdomemcached-database-class

Last synced: 13 days ago
JSON representation

PDO and Memcached class

Awesome Lists containing this project

README

        

# PDOMemcached Database Class

## Usage
```php
errorMessage();
} catch (MYCDBPDOException $e) {
echo $e->errorMessage();
} catch (MYCDBException $exc) {
echo $exc->errorMessage();
} catch (Exception $e) {
echo $e->getTraceAsString();
}
```