propel classes
This commit is contained in:
parent
5f562b94ca
commit
f755e41a9a
13 changed files with 1853 additions and 5 deletions
|
@ -348,6 +348,9 @@ abstract class BaseCcMusicDirsPeer {
|
|||
*/
|
||||
public static function clearRelatedInstancePool()
|
||||
{
|
||||
// Invalidate objects in CcFilesPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcFilesPeer::clearInstancePool();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue