Skip to content

Delete Children records on delete

Compare
Choose a tag to compare
@phpfui phpfui released this 05 May 01:42
· 89 commits to main since this release
  • Children defined using the Children class will automatically be deleted when the parent is deleted.
  • This is a recursive call so the entire child tree will be deleted.
  • Set $deleteChildren static field to false in the Record to disable.