From 0873261c873f7f5d39e753b19bca4ecc1626ca68 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 11 Feb 2021 18:45:55 +0100 Subject: [PATCH] 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 ac5e6d94f..2fe0698b6 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