PHP Class VersionPress\Initialization\ReplacerMethods

We have them in this class because of refactoring. !!! IMPORTANT !!! Do NOT use any use statements in this file! They are not copied to the wp-db.php.
Datei anzeigen Open project: versionpress/versionpress

Public Methods

Method Description
delete ( $table, $where, $where_format = null )
insert ( $table, $data, $format = null )
query ( $query )
update ( $table, $data, $where, $format = null, $where_format = null )
vp_restore_original ( )

Private Methods

Method Description
vp_backup_fields ( )
vp_restore_fields ( )

Method Details

delete() public method

public delete ( $table, $where, $where_format = null )

insert() public method

public insert ( $table, $data, $format = null )

query() public method

public query ( $query )

update() public method

public update ( $table, $data, $where, $format = null, $where_format = null )

vp_restore_original() public static method

public static vp_restore_original ( )