issue #0001549 : Models
This commit is contained in:
parent
081cbfeb43
commit
4a7643a40a
6
application/models/JoBoampLots.php
Normal file
6
application/models/JoBoampLots.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class Application_Model_JoBoampLots extends Zend_Db_Table_Abstract
|
||||
{
|
||||
protected $_name = 'boamp_lots';
|
||||
protected $_schema = 'jo';
|
||||
}
|
6
application/models/JoBodaccDetail.php
Normal file
6
application/models/JoBodaccDetail.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class Application_Model_JoBodaccDetail extends Zend_Db_Table_Abstract
|
||||
{
|
||||
protected $_name = 'bodacc_detail';
|
||||
protected $_schema = 'jo';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user