]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/class_
Opps, forgot this.
[core.git] / inc / classes / main / database / class_
index 74a550eb3ea88e002843d87dc057809eed8a1a03..3a967f4c5748638afe4493bbb3cc566e92ab333d 100644 (file)
@@ -2,10 +2,10 @@
 /**
  * 
  *
- * @see                        DatabaseFrontendInterface - An interface for database frontends (front-end to the application)
+ * @see                        DatabaseBackendInterface - An interface for database backends
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class  extends BaseDatabaseFrontend {
+class  extends BaseDatabaseBackend implements DatabaseBackendInterface {
        /**
         * Protected constructor
         *
@@ -31,10 +31,6 @@ class  extends BaseDatabaseFrontend {
        protected function __construct($class = __CLASS__) {
                // Call parent constructor
                parent::__construct($class);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 }