public function setDatabaseObject(DatabaseObject $object) { $this->_dbObject = $object; $this->_db = $object->getDb(); $this->_table = $object->getTable(); return $this; }