Jet\DataModel_IDController_Passive

A class of ID controller that is completely passive - it does not perform any ID generation and relies on application logic and internal sessions.

It inherits from Jet\DataModel_IDController.

The controller has no options.

Overview of methods

Method Meaning of
public beforeSave(
) : void
The method does nothing.
public afterSave(
mixed $backend_save_result
) : void
The method does nothing.
Previous chapter
Jet\DataModel_IDController_UniqueString
Next chapter
Jet\DataModel_PropertyFilter