[pLog-svn] r2098 - plog/branches/plog-1.1-ben/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 19:16:06 GMT 2005


Author: ork
Date: 2005-05-29 19:16:06 +0000 (Sun, 29 May 2005)
New Revision: 2098

Modified:
   plog/branches/plog-1.1-ben/class/dao/model.class.php
Log:
added defines for tables names, more to follow ..


Modified: plog/branches/plog-1.1-ben/class/dao/model.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/model.class.php	2005-05-29 19:15:35 UTC (rev 2097)
+++ plog/branches/plog-1.1-ben/class/dao/model.class.php	2005-05-29 19:16:06 UTC (rev 2098)
@@ -52,6 +52,12 @@
     define( "DEFAULT_PAGING_ENABLED", -1 );
 
     /**
+     * the names of the tables used in pLog
+     */
+    define( 'ARTICLES_TABLENAME', 'articles' );
+
+
+    /**
      * \ingroup DAO
      *
      * This class provides all the classes extending it with a database connection so that classes don't have to 




More information about the pLog-svn mailing list