Renamed frontend to backend because it is a backend ...
[core.git] / inc / classes / main / database / class_
index 28f7caad0cd190569f1e4c9ed4321c6ac6211593..7c030cf8ad99f5b109a0ffa7bd229447e37f6d1f 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * 
  *
- * @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, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
@@ -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
         *