Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 52 → Rev 51

/trunk/Db/MySQLDB.php
2,6 → 2,8
 
namespace PointedEars\PHPX\Db;
 
require_once __DIR__ . '/Database.php';
 
class MySQLDB extends Database
{
/**