Code Rewriting : rename Noalyss_SQL class by Table_Data_SQL
This commit is contained in:
parent
86f50943fd
commit
769634cf9d
39 changed files with 410 additions and 979 deletions
|
|
@ -25,9 +25,9 @@
|
|||
* @brief
|
||||
*
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/lib/noalyss_sql.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/table_data_sql.class.php';
|
||||
|
||||
class Stock_Sql extends Noalyss_SQL {
|
||||
class Stock_Sql extends Table_Data_SQL {
|
||||
function __construct($cn,$p_id=-1)
|
||||
{
|
||||
$this->table = "public.stock_repository";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue