Revert "Reworked Database stuff to be Datastore stuff"

This reverts commit ebd0018473.
This commit is contained in:
Josh Sherman 2013-02-26 15:14:17 -05:00
parent ebd0018473
commit d25b042d8e
12 changed files with 180 additions and 170 deletions

View file

@ -179,7 +179,7 @@ class Session extends Object
$this->table = $table;
// Gets a database instance
$this->db = Datastore::getInstance($this->datasource);
$this->db = Database::getInstance($this->datasource);
// Initializes the session
$this->initialize();