Add default value doc for options.cascade in dba::delete

This commit is contained in:
Hypolite Petovan 2018-04-22 11:34:41 -04:00
parent 0a026515bd
commit 273dde508b
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ class dba {
* @param array $conditions Field condition(s) * @param array $conditions Field condition(s)
* @param array $options * @param array $options
* - cascade: If true we delete records in other tables that depend on the one we're deleting through * - cascade: If true we delete records in other tables that depend on the one we're deleting through
* relations * relations (default: true)
* @param boolean $in_process Internal use: Only do a commit after the last delete * @param boolean $in_process Internal use: Only do a commit after the last delete
* @param array $callstack Internal use: prevent endless loops * @param array $callstack Internal use: prevent endless loops
* *