controllers
Interfaces, Classes and Traits
- jControllerCmdLine
- a base class for controllers used in command line application.
- jControllerDaoCrud
- a base class for crud controllers.
- jControllerDaoCrudDfk
- a base class for crud controllers, for DAO which have a primary key based on two fields, a "static" field (a field that we know the value and which is a criteria to to select all viewed record), and a "dynamic" field (the value of the field is created by the user or autoincremented).