Subversion Repositories PHPX

Rev

Rev 51 | Rev 58 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 52
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
namespace PointedEars\PHPX\Db;
3
namespace PointedEars\PHPX\Db;
4
4
5
require_once __DIR__ . '/Database.php';
-
 
6
-
 
7
class MySQLDB extends Database
5
class MySQLDB extends Database
8
{
6
{
9
  /**
7
  /**
10
   * Database host
8
   * Database host
11
   * @var string
9
   * @var string