Replace PhpCompta_SQL by NOALYSS_SQL
Add the method in NOALYSS_SQL collect_objects
This commit is contained in:
parent
a0d022a0a9
commit
bc630ba4e7
7 changed files with 340 additions and 301 deletions
|
|
@ -30,12 +30,12 @@
|
|||
*/
|
||||
require_once('class_database.php');
|
||||
require_once('ac_common.php');
|
||||
require_once 'class_phpcompta_sql.php';
|
||||
require_once 'class_noalyss_sql.php';
|
||||
|
||||
/**
|
||||
* @brief Manage the table public.profile
|
||||
*/
|
||||
class Profile_sql extends Phpcompta_SQL
|
||||
class Profile_sql extends Noalyss_SQL
|
||||
{
|
||||
/* example private $variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0); */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue