From dcf93e48a6b7aacb4d9467edba8cb207e6d56437 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 19 May 2017 07:52:49 +0000 Subject: [PATCH] domci update git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3703 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- dblayeroo.php | 2 +- tools/modelGenerator.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dblayeroo.php b/dblayeroo.php index dfe648b..ace21b4 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -1504,7 +1504,7 @@ class dblayeroo * func($this->sep.$name.$this->sep), * func($this->sep.$this->tableprefix.$this->table.$this->sep.".". * $this->sep.$name.$this->sep) - * @param string $field The name of the field + * @param string $name The name of the field * @param boolean|null $full Add the table prefix/name if set */ private function displayConvert ($name, $full = false) diff --git a/tools/modelGenerator.php b/tools/modelGenerator.php index ca0d4f5..6f38168 100755 --- a/tools/modelGenerator.php +++ b/tools/modelGenerator.php @@ -74,6 +74,7 @@ class modelGenerator } /** Create the model file from the $tableName + * @param string $tableName The table to examine */ public function createModel ($tableName) {