propelorm/Propel2

View on GitHub
templates/Behavior/I18n/objectPostDelete.php

Summary

Maintainability
A
0 mins
Test Coverage

// emulate delete cascade
<?php echo $i18nQueryName ?>::create()
    ->filterBy<?php echo $objectClassName ?>($this)
    ->delete($con);