2015-03-16 17:48:09 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// include base peer class
|
2015-06-11 17:01:06 -04:00
|
|
|
require_once 'classes/model/om/BaseCaseConsolidatedCorePeer.php';
|
2015-03-16 17:48:09 -04:00
|
|
|
|
|
|
|
|
// include object class
|
2015-06-11 17:01:06 -04:00
|
|
|
include_once 'classes/model/CaseConsolidatedCore.php';
|
2015-03-16 17:48:09 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Skeleton subclass for performing query and update operations on the 'CASE_CONSOLIDATED' table.
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* You should add additional methods to this class to meet the
|
|
|
|
|
* application requirements. This class will only be generated as
|
|
|
|
|
* long as it does not already exist in the output directory.
|
|
|
|
|
*
|
|
|
|
|
* @package classes.model
|
|
|
|
|
*/
|
2015-06-11 17:01:06 -04:00
|
|
|
class CaseConsolidatedCorePeer extends BaseCaseConsolidatedCorePeer {
|
2015-03-16 17:48:09 -04:00
|
|
|
|
|
|
|
|
} // CaseConsolidatedPeer
|