Classes, interfaces and traits

jControllerCmdLine

a base class for controllers used in command line application

A controller is used to implement one or many actions, one method for each action.
« More »

jControllerDaoCrud

a base class for crud controllers

A controller is used to implement one or many actions, one method for each action.
« More »

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)

A controller is used to implement one or many actions, one method for each action.
« More »