DomCI : Update all the PHPDoc
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3279 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -9,9 +9,13 @@ require_once ("domframework/dblayer.php");
|
||||
class authsql extends auth
|
||||
{
|
||||
|
||||
/** The DSN to use to connect to SQL database */
|
||||
public $dsn = null;
|
||||
/** The username to connect to the database */
|
||||
public $username = null;
|
||||
/** The password to use to connecto to the database */
|
||||
public $password = null;
|
||||
/** The driver options for the PDO driver */
|
||||
public $driver_options = null;
|
||||
/** The table name to use */
|
||||
public $table = null;
|
||||
|
||||
Reference in New Issue
Block a user