dblayeroo : update for solve domci errors
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3539 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -978,7 +978,7 @@ class dblayeroo
|
|||||||
|
|
||||||
/** Get all the fields with the table name if needed.
|
/** Get all the fields with the table name if needed.
|
||||||
* If the objectJoin is set, return the fields name too
|
* If the objectJoin is set, return the fields name too
|
||||||
* @param bool $full Add the table name if the $full is set
|
* @param boolean $full Add the table name if the $full is set
|
||||||
*/
|
*/
|
||||||
public function fieldsAll ($full = false)
|
public function fieldsAll ($full = false)
|
||||||
/* {{{ */
|
/* {{{ */
|
||||||
@@ -1365,7 +1365,7 @@ class dblayeroo
|
|||||||
/** Get the columns set in the query by displayColumn. If the $full parameter
|
/** Get the columns set in the query by displayColumn. If the $full parameter
|
||||||
* is set, add the table prefix/name to the result.
|
* is set, add the table prefix/name to the result.
|
||||||
* If the join object is set, ask to it the columns too
|
* If the join object is set, ask to it the columns too
|
||||||
* @param bool $full Add the table prefix/name if set
|
* @param boolean $full Add the table prefix/name if set
|
||||||
*/
|
*/
|
||||||
public function displayGet ($full = false)
|
public function displayGet ($full = false)
|
||||||
/* {{{ */
|
/* {{{ */
|
||||||
@@ -1694,7 +1694,7 @@ class dblayeroo
|
|||||||
* return the joinObject order with its tableprefix/name in addition of
|
* return the joinObject order with its tableprefix/name in addition of
|
||||||
* the ones of this object
|
* the ones of this object
|
||||||
* If the parameter $full is set, add the table prefix/name to the result
|
* If the parameter $full is set, add the table prefix/name to the result
|
||||||
* @param bool|null $full Add the table prefix/name if set
|
* @param boolean|null $full Add the table prefix/name if set
|
||||||
*/
|
*/
|
||||||
public function orderGet ($full=false)
|
public function orderGet ($full=false)
|
||||||
/* {{{ */
|
/* {{{ */
|
||||||
|
|||||||
Reference in New Issue
Block a user