Namespace CRUDlex
| CRUDControllerProvider | This is the ControllerProvider offering all CRUD pages. | 
| CRUDData | The abstract class for reading and writing data. | 
| CRUDEntity | Represents a single set of data in field value pairs like the row in a
database. Depends of course on the   | 
| CRUDEntityDefinition | The class for defining a single entity. | 
| CRUDEntityValidator | Performs validation of the field values of the given CRUDlex\CRUDEntity. | 
| CRUDMySQLData | MySQL CRUDData implementation using a given Doctrine DBAL instance. | 
| CRUDMySQLDataFactory | A factory implementation for CRUDlex\CRUDMySQLData instances. | 
| CRUDServiceProvider | The CRUDServiceProvider setups and initializes the whole CRUD system.
After adding it to your Silex-setup, it offers access to   | 
| CRUDSimpleFilesystemFileProcessor | An implementation of the   | 
| CRUDStreamedFileResponse | Small utility class to generate functions for streamed responses returning a file.  | 
| CRUDDataFactoryInterface | An interface used by the   | 
| CRUDFileProcessorInterface | This interface is used to handle file uploads. |