This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
lilac/classes/ImportLogEntryPeer.php
2011-08-18 14:54:38 +00:00

24 lines
575 B
PHP
Executable file

<?php
// include base peer class
require_once 'om/BaseImportLogEntryPeer.php';
// include object class
include_once 'ImportLogEntry.php';
/**
* Skeleton subclass for performing query and update operations on the 'import_log_entry' table.
*
* Import Job Entry
*
* 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
*/
class ImportLogEntryPeer extends BaseImportLogEntryPeer {
} // ImportLogEntryPeer