PHPDoc support : correct the erroneous entries
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1463 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -43,8 +43,12 @@ class dblayer extends PDO
|
||||
protected $foreign = array ();
|
||||
/** The db connection */
|
||||
protected $db = null;
|
||||
/** The verify stack */
|
||||
/** The verify unitary stack
|
||||
@param string $field The name of the field to test
|
||||
@param string $val The value of the field to test */
|
||||
protected function verifyOne ($field, $val) {}
|
||||
/** The verify global stack
|
||||
@param array $datas The associative array of contents */
|
||||
protected function verifyAll ($datas) {}
|
||||
/** Debug of the SQL */
|
||||
public $debug = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user