propel classes

This commit is contained in:
Naomi Aro 2011-06-21 15:49:31 +02:00
parent 5f562b94ca
commit f755e41a9a
13 changed files with 1853 additions and 5 deletions

View file

@ -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();
}
/**