issue #0001549 : Models

This commit is contained in:
Michael RICOIS 2013-02-26 10:49:04 +00:00
parent 081cbfeb43
commit 4a7643a40a
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php
class Application_Model_JoBoampLots extends Zend_Db_Table_Abstract
{
protected $_name = 'boamp_lots';
protected $_schema = 'jo';
}

View File

@ -0,0 +1,6 @@
<?php
class Application_Model_JoBodaccDetail extends Zend_Db_Table_Abstract
{
protected $_name = 'bodacc_detail';
protected $_schema = 'jo';
}