noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 175/323: Manage_Table_SQL : Improve Documenta


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 175/323: Manage_Table_SQL : Improve Documentation + add function count_error
Date: Wed, 14 Mar 2018 17:38:45 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 97c6c1e007dba4923b2cc56993de79a0cffcfc86
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 10 12:55:18 2018 +0100

    Manage_Table_SQL : Improve Documentation + add function count_error
---
 include/lib/manage_table_sql.class.php | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/include/lib/manage_table_sql.class.php 
b/include/lib/manage_table_sql.class.php
index c5c965a..80e04a9 100644
--- a/include/lib/manage_table_sql.class.php
+++ b/include/lib/manage_table_sql.class.php
@@ -179,7 +179,13 @@ class Manage_Table_SQL
     {
         $this->aerror[$p_col]=$p_message;
     }
-
+    /**
+     * returns the nb of errors found
+     */
+    function count_error()
+    {
+        return count($this->aerror);
+    }
     /**
      * @brief retrieve the error message
      * @param $p_col column name
@@ -200,9 +206,9 @@ class Manage_Table_SQL
      * Usually , you get the row of the table (get_table) , you check the 
conditions
      * if an condition is not met then you set the error with $this->set_error 
      * 
-     * if there are error returns false otherwise true
+     * if there are error (returns false otherwise true
      * 
-     * @see set_error get_error
+     * @see set_error get_error count_error
      * @return boolean
      * @code 
 function check()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]