noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/06: Update doc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/06: Update doc
Date: Thu, 18 Feb 2021 15:50:09 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0873261c873f7f5d39e753b19bca4ecc1626ca68
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Feb 11 18:45:55 2021 +0100

    Update doc
---
 include/lib/data_sql.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/data_sql.class.php b/include/lib/data_sql.class.php
index ac5e6d9..2fe0698 100644
--- a/include/lib/data_sql.class.php
+++ b/include/lib/data_sql.class.php
@@ -27,13 +27,13 @@
 
 /**
  * @brief this an abstract class , all the SQL class, like noalyss_sql 
(table), 
- * Acc_Plan_SQL (based on a SQL not a table).
+ * Acc_Plan_SQL (based on a SQL not a table) or a view.
  * 
  * You must create a class extending this one, in the constructor
  * these variables have to be defined
  * 
  *   - table = name of the view or empty
- *   - select = name of the select
+ *   - sql = sql statement
  *   - name = array of column name, match between logic and actual name
  *   - type = array , match between column and type of data
  *   - default = array of column with a default value



reply via email to

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