phpEZ v0.1.2

SoftDeleteFilter
in package

Filter option for querying soft-deleted rows.

Tags
see
SoftDelete::findMany()
SoftDelete::find()
subpackage

db

Table of Contents

Cases

EXCLUDE
Only rows where deleted_at IS NULL (default).
INCLUDE
All rows, regardless of deleted_at.
ONLY
Only rows where deleted_at IS NOT NULL.

Cases

EXCLUDE

Only rows where deleted_at IS NULL (default).

INCLUDE

All rows, regardless of deleted_at.

ONLY

Only rows where deleted_at IS NOT NULL.

On this page

Search results