Some 'static' array elements rewritten to constant, other cleanups
[core.git] / inc / classes / main / database / class_BaseDatabaseFrontend.php
index 2001a11fa054a30c206c75985f637dbc7394c231..40d563b4d4e89805d00140745d87d84e1d8c02df 100644 (file)
@@ -26,10 +26,10 @@ abstract class BaseDatabaseFrontend extends BaseFrameworkSystem implements Datab
        // Constants for exceptions
        const EXCEPTION_SQL_QUERY = 0x140;
 
-       /**
-        * The limiter instance
-        */
-       private $limitInstance = NULL;
+       // Result array indexes
+       const RESULT_INDEX_ROWS      = 'rows';
+       const RESULT_INDEX_STATUS    = 'status';
+       const RESULT_INDEX_EXCEPTION = 'exception';
 
        /**
         * Protected constructor