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
|
|
@ -25,9 +25,9 @@
|
|||
* @brief
|
||||
*
|
||||
*/
|
||||
require_once 'class_phpcompta_sql.php';
|
||||
require_once 'class_noalyss_sql.php';
|
||||
|
||||
class Stock_Sql extends Phpcompta_SQL {
|
||||
class Stock_Sql extends Noalyss_SQL {
|
||||
function __construct($cn,$p_id=-1)
|
||||
{
|
||||
$this->table = "public.stock_repository";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue