We split Database in DatabaseCore and Database
This commit is contained in:
parent
ee543225e7
commit
79ecb68033
16 changed files with 16 additions and 16 deletions
|
|
@ -32,7 +32,7 @@ require_once NOALYSS_INCLUDE.'/class/database.class.php';
|
|||
class Payment_method_SQL extends Noalyss_SQL
|
||||
{
|
||||
|
||||
function __construct(Database $p_cn, $p_id=-1)
|
||||
function __construct(DatabaseCore $p_cn, $p_id=-1)
|
||||
{
|
||||
$this->table="public.payment_method";
|
||||
$this->primary_key="mp_id";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue