data === null) { $stmt = $this->databaseConnection->getConnection()->query($this->query); $this->data = $stmt->fetchAll(Zend_Db::FETCH_ASSOC); } } }