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:
2016-12-09 14:47:48 +00:00
parent b102168208
commit b55ea95fae
21 changed files with 953 additions and 424 deletions

View File

@@ -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;