Example #1
0
 function __construct()
 {
     parent::__construct('employees');
 }
Example #2
0
 function __construct()
 {
     parent::__construct('customers');
 }
Example #3
0
 function __construct()
 {
     parent::__construct('suppliers');
 }
Example #4
0
 function __construct()
 {
     parent::__construct('loans');
 }
Example #5
0
 function __construct()
 {
     parent::__construct('pawns');
 }
Example #6
0
 function __construct()
 {
     parent::__construct('expenses');
 }