]> git.mxchange.org Git - friendica.git/commitdiff
Added class description
authorMichael <heluecht@pirati.ca>
Tue, 25 Apr 2017 16:05:26 +0000 (16:05 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 25 Apr 2017 16:05:26 +0000 (16:05 +0000)
include/dba.php
include/dbm.php

index f3af9e7c328b9a0e91757de4af8af2da1da512f4..76791911a3c06fb3eec0332c4f333abcd1be5896 100644 (file)
@@ -10,6 +10,7 @@ require_once('include/datetime.php');
  * When logging, all binary info is converted to text and html entities are escaped so that
  * the debugging stream is safe to view within both terminals and web pages.
  *
+ * This class is for the low level database stuff that does driver specific things.
  */
 
 class dba {
index 34cbcad3a237f18e0eb69affd7a77f47a97eb553..3430577da6a05665b0e93445f0b973c9745e216f 100644 (file)
@@ -2,6 +2,7 @@
 /**
  * @brief This class contain functions for the database management
  *
+ * This class contains functions that doesn't need to know if pdo, mysqli or whatever is used.
  */
 class dbm {
        /**