Update of /cvsroot/phpwebapp/web_app/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/database
Modified Files:
class.Connection.php
Log Message:
automatic code documentation generation
Index: class.Connection.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/database/class.Connection.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** class.Connection.php 22 Jul 2004 16:25:38 -0000 1.8
--- class.Connection.php 2 Nov 2005 15:17:54 -0000 1.9
***************
*** 20,23 ****
--- 20,28 ----
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
+ /**
+ * Abstract class for creating a connection to the database.
+ * @package database
+ */
class Connection
{
|