Skip to content

Commit

Permalink
[TASK] Avoid duplicate "db access" in CGL chapter (#5234)
Browse files Browse the repository at this point in the history
DB accessing basics are explained in "database
basic crud" chapter. The topic has no good relation
to CGL or PHP architecture.

Co-authored-by: Christian Kuhn <[email protected]>
  • Loading branch information
github-actions[bot] and lolli42 authored Jan 16, 2025
1 parent 696b76a commit 402af15
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
1 change: 1 addition & 0 deletions Documentation/ApiOverview/Database/BasicCrud/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Database; CRUD
Database; Create, read, update, and delete operations
.. _database-basic-crud:
.. _cgl-database-access:

========================================================
Basic create, read, update, and delete operations (CRUD)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ part is just an overview of common pitfalls and generic tips.
:titlesonly:

NamedArguments
AccessingTheDatabase
Singletons
HandlingDeprecations
ClassNamesOfUserFiles

This file was deleted.

0 comments on commit 402af15

Please sign in to comment.