Code Rewriting : rename Noalyss_SQL class by Table_Data_SQL

This commit is contained in:
sparkyx 2021-05-07 15:43:37 +02:00
parent 86f50943fd
commit 769634cf9d
39 changed files with 410 additions and 979 deletions

View file

@ -30,12 +30,12 @@
*/
require_once NOALYSS_INCLUDE.'/class/database.class.php';
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/table_data_sql.class.php';
/**
* @brief Manage the table public.profile
*/
class Profile_sql extends Noalyss_SQL
class Profile_sql extends Table_Data_SQL
{
/* example private $variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0); */