A brief introduction to the design philosophy that drives the development of Fakoli. What the Fakoli framework is and isn't.
Discussion of Fakoli's support for application data models. Basic definition and manipulation of entities, including queries, shaped queries and joins.
Persisting objects in the database. Field filters–what they are for and how to use them. Formatting text and serializing objects to XML and JSON.
Exercising precise control over formatted output.
Advanced database querying using Fakoli's Join classes to build complex joins.
How to use Fakoli's AutoForm feature to rapidly generate web forms from your data model.
How to use AutoForm's SearchForm extension to make searching easy.
Describes how to use the DataListView and GroupedDataListView classes to display tabular data in a sortable, filterable, pageable format.
Provides an overview of the various user-interface components included in the framework that can be used to create rich application interfaces.
Fakoli framework features that didn't fall willingly into any of the previous chapters.