email_event backend

This commit is contained in:
marcelo.cuiza
2015-06-18 18:12:35 -04:00
parent 1efc67a0f7
commit 1af7b5865e
10 changed files with 2004 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
// include base peer class
require_once 'classes/model/om/BaseEmailEventPeer.php';
// include object class
include_once 'classes/model/EmailEvent.php';
/**
* Skeleton subclass for performing query and update operations on the 'EMAIL_EVENT' 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
*/
class EmailEventPeer extends BaseEmailEventPeer {
} // EmailEventPeer