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 | |
| 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 | This interface is used to handle file uploads. |
| CRUDDataFactoryInterface | An interface used by the |
| CRUDFileProcessorInterface | This interface is used to handle file uploads. |