Skip to content

classes_essentials_session_dbstore.class

Daniel Spors edited this page Dec 19, 2023 · 2 revisions

Classes in file essentials/session/dbstore.class.php

class DbStore

Stores Objects in a MySQL Database. Uses table wdf_objects.

Extends: ObjectStore

Cleanup

OVERRIDE ObjectStore::Cleanup

CreateId

OVERRIDE ObjectStore::CreateId

Delete

OVERRIDE ObjectStore::Delete

Exists

OVERRIDE ObjectStore::Exists

Migrate

OVERRIDE ObjectStore::Migrate

Restore

OVERRIDE ObjectStore::Restore

Store

OVERRIDE ObjectStore::Store

Update

OVERRIDE ObjectStore::Update

Clone this wiki locally