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

@ -18,7 +18,7 @@
* along with NOALYSS; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
require_once NOALYSS_INCLUDE.'/lib/table_data_sql.class.php';
require_once NOALYSS_INCLUDE.'/class/database.class.php';
/**
@ -26,7 +26,7 @@ require_once NOALYSS_INCLUDE.'/class/database.class.php';
*
* @file
* @brief abstract of the table public.action_gestion */
class Action_gestion_SQL extends Noalyss_SQL
class Action_gestion_SQL extends Table_Data_SQL
{
function __construct(DatabaseCore $p_cn, $p_id=-1)