[Phpgamedev-cvs-commits] plugins db.php,NONE,1.1
Status: Planning
Brought to you by:
sphen001
|
From: Nick <sph...@us...> - 2005-06-07 13:54:15
|
Update of /cvsroot/phpgamedev/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18119 Added Files: db.php Log Message: Initial commit. --- NEW FILE: db.php --- <?php //----------------------------------------------------------- // FILENAME: db_mysql.php // STARTED: Tue Jun 7, 2005 // AUTHOR: Sphen001 (Nick Ross) // SUPPORT: http://phpgamedev.sourceforge.net // COPYRIGHT: Copyright 2005 © PHPGameDev Group // E-MAIL: Sphen001 -at- users -dot- sourceforge -dot- net //----------------------------------------------------------- class db { } ?> |