first, the todos for fixing the pattern

This commit is contained in:
Trismegiste
2013-05-11 19:33:36 +02:00
parent e7cbb668c3
commit 2830e7d1be

View File

@@ -21,6 +21,10 @@ interface DatabaseAdapter
class MySQL implements DatabaseAdapter
{
/**
* The Adapter need to wrap the Adaptee in the constructor
* much like Decorator does. Nothing is adapted here...
*/
public function getTables()
{
return $this->select('SHOW TABLES');