mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
removed duplicate note for database access
This commit is contained in:
@@ -359,8 +359,6 @@ Database Access
|
||||
|
||||
ownCloud uses a database abstraction layer on top of either MDB2 or PDO, depending on the availability of PDO on the server.
|
||||
|
||||
.. note:: The apptemplate_advance is still missing a recommended way and utils to do database queries.
|
||||
|
||||
Apps should always use prepared statements when accessing the database as seen in the following example:
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
Reference in New Issue
Block a user