Ui Package

The goal for this package is to abstract and simplify many common Ui functionalities.

Some of the things this package handles are columns, item per page count, page number, customizable filters, search and sort. The main Ui class is a visitor that collects user input from POST data in http requests and passes this data to the data retrieval system. This class can be used in a manager to prepare request data from a data mapper.

View Ui Package