2014-01-28 09:49:45 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// include base peer class
|
2014-01-28 11:06:54 -04:00
|
|
|
require_once 'classes/model/om/BaseProcessFilesPeer.php';
|
2014-01-28 09:49:45 -04:00
|
|
|
|
|
|
|
|
// include object class
|
2014-01-28 11:06:54 -04:00
|
|
|
include_once 'classes/model/ProcessFiles.php';
|
2014-01-28 09:49:45 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2014-01-28 11:06:54 -04:00
|
|
|
* Skeleton subclass for performing query and update operations on the 'PROCESS_FILES' table.
|
2014-01-28 09:49:45 -04:00
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
2014-01-28 11:06:54 -04:00
|
|
|
class ProcessFilesPeer extends BaseProcessFilesPeer {
|
2014-01-28 09:49:45 -04:00
|
|
|
|
2014-01-28 11:06:54 -04:00
|
|
|
} // ProcessFilesPeer
|