From 47ae573ce4081e2f157986e5fc236832d32d19c8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 30 Nov 2012 16:43:38 +0100 Subject: [PATCH] removed duplicate note for database access --- developer_manual/tutorial.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/developer_manual/tutorial.rst b/developer_manual/tutorial.rst index 9c76f63c1..9dc5f0f10 100644 --- a/developer_manual/tutorial.rst +++ b/developer_manual/tutorial.rst @@ -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