[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
- [Noalyss-commit] [noalyss] branch master updated (79ecb68 -> faaeb16), Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 02/06: Protect SQL , utilisation de bind variable, Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 03/06: documentation, Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 04/06: Manage_Table_SQL : flag to display a dynamic filter on the top of the table, default yes, Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 06/06: Cosmetic Document Option, Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 01/06: Cosmetic, Dany De Bontridder, 2021/02/18
- [Noalyss-commit] [noalyss] 05/06: Update doc,
Dany De Bontridder <=