dbms_primeidc init...1
This commit is contained in:
parent
9faf28a7d7
commit
8364b0d8e1
@ -24,7 +24,7 @@ class AddDbService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ class ClientService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ class HistoryService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ class KCSService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ class MemberService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ class ServiceService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new Model();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ class VPCService extends CommonService
|
||||
{
|
||||
if ($this->_model === null) {
|
||||
$this->_model = new VPCModel();
|
||||
$this->_model->setDebug(true);
|
||||
// $this->_model->setDebug(true);
|
||||
}
|
||||
return $this->_model;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user