List issues
This commit is contained in:
@@ -159,6 +159,7 @@ class AppDelegation extends BaseAppDelegation
|
||||
$res = $this->toArray(BasePeer::TYPE_FIELDNAME);
|
||||
$inbox->newRow($this->toArray(BasePeer::TYPE_FIELDNAME), $delPreviusUsrUid);
|
||||
}
|
||||
|
||||
/*----------------------------------********---------------------------------*/
|
||||
} catch (PropelException $e) {
|
||||
throw ($e);
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
require_once 'classes/model/om/BaseListInbox.php';
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for representing a row from the 'LIST_INBOX' table.
|
||||
*
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once 'classes/model/om/BaseListParticipatedLast.php';
|
||||
* long as it does not already exist in the output directory.
|
||||
*
|
||||
* @package classes.model
|
||||
*/
|
||||
*/
|
||||
class ListParticipatedLast extends BaseListParticipatedLast
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
require_once 'propel/map/MapBuilder.php';
|
||||
include_once 'creole/CreoleTypes.php';
|
||||
|
||||
|
||||
/**
|
||||
* This class adds structure of 'LIST_INBOX' table to 'workflow' DatabaseMap object.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
require_once 'propel/map/MapBuilder.php';
|
||||
include_once 'creole/CreoleTypes.php';
|
||||
|
||||
|
||||
/**
|
||||
* This class adds structure of 'LIST_PARTICIPATED_LAST' table to 'workflow' DatabaseMap object.
|
||||
*
|
||||
|
||||
@@ -9,6 +9,7 @@ include_once 'propel/util/Criteria.php';
|
||||
|
||||
include_once 'classes/model/ListInboxPeer.php';
|
||||
|
||||
|
||||
/**
|
||||
* Base class that represents a row from the 'LIST_INBOX' table.
|
||||
*
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
require_once 'propel/util/BasePeer.php';
|
||||
// The object class -- needed for instanceof checks in this class.
|
||||
// actual class may be a subclass -- as returned by ListInboxPeer::getOMClass()
|
||||
include_once 'classes/model/ListInbox.php';
|
||||
|
||||
|
||||
/**
|
||||
* Base static class for performing query and update operations on the 'LIST_INBOX' table.
|
||||
*
|
||||
|
||||
@@ -9,6 +9,7 @@ include_once 'propel/util/Criteria.php';
|
||||
|
||||
include_once 'classes/model/ListParticipatedLastPeer.php';
|
||||
|
||||
|
||||
/**
|
||||
* Base class that represents a row from the 'LIST_PARTICIPATED_LAST' table.
|
||||
*
|
||||
|
||||
@@ -5,6 +5,7 @@ require_once 'propel/util/BasePeer.php';
|
||||
// actual class may be a subclass -- as returned by ListParticipatedLastPeer::getOMClass()
|
||||
include_once 'classes/model/ListParticipatedLast.php';
|
||||
|
||||
|
||||
/**
|
||||
* Base static class for performing query and update operations on the 'LIST_PARTICIPATED_LAST' table.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user