Subversion Repositories PHPX

Rev

Rev 32 | Rev 44 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 41
Line 26... Line 26...
26
   * Password to access the database
26
   * Password to access the database
27
   * @var string
27
   * @var string
28
   */
28
   */
29
  protected $_password;
29
  protected $_password;
30
 
30
31
  /*
31
  /**
32
   * Optional charset parameter value
32
   * Optional charset parameter value
-
 
33
   * @var string
33
   */
34
   */
34
  protected $_charset = null;
35
  protected $_charset = null;
35
 
36
36
  /**
37
  /**
37
   * (non-PHPdoc)
38
   * (non-PHPdoc)