mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
removed duplicate note for database access
This commit is contained in:
parent
bb7b1f7da6
commit
47ae573ce4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user