domci update

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3703 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-05-19 07:52:49 +00:00
parent 5e13a477b3
commit dcf93e48a6
2 changed files with 2 additions and 1 deletions

View File

@@ -1504,7 +1504,7 @@ class dblayeroo
* func($this->sep.$name.$this->sep), * func($this->sep.$name.$this->sep),
* func($this->sep.$this->tableprefix.$this->table.$this->sep.".". * func($this->sep.$this->tableprefix.$this->table.$this->sep.".".
* $this->sep.$name.$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 * @param boolean|null $full Add the table prefix/name if set
*/ */
private function displayConvert ($name, $full = false) private function displayConvert ($name, $full = false)

View File

@@ -74,6 +74,7 @@ class modelGenerator
} }
/** Create the model file from the $tableName /** Create the model file from the $tableName
* @param string $tableName The table to examine
*/ */
public function createModel ($tableName) public function createModel ($tableName)
{ {