Skip to content

Delete Children records on delete

Choose a tag to compare

@phpfui phpfui released this 05 May 01:42
· 105 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.