Todo List
KMixinAbstract | --KBehaviorAbstract | --KDatabaseBehaviorAbstract
KDatabaseRowAbstract delete( )
This function specialises the KDatabaseRow or KDatabaseRowset delete function and auto-disables the tables command chain to prevent recursive looping.
boolean execute( string $name, $context)
This function translates the command name to a command handler function of the format '_before[Command]' or '_after[Command]. Command handler functions should be declared protected.
array getMixableMethods( [ $mixer = null])
This function also dynamically adds a function of format is[Behavior] to allow client code to check if the behavior is callable.
Overridden in child classes as:
KDatabaseRowAbstract save( )
This function specialises the KDatabaseRow or KDatabaseRowset save function and auto-disables the tables command chain to prevent recursive looping.