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) {