HowTos
Modelling
Starting from the default application model, there are different ways to customize the application.
- Define the entity model. Described in CreateModel.
- Use a customized view for an entity type. Described in CreateViews.
- Use a customized controller for an entity type. Described in CreateController.
- Alter the application flow.
Installing and configuring a developer environment
Install a PHP IDE
Customizing
After creating a basic application, you might want to customize the application. The following sections describe typical topics you'll deal with, when programming for wCMF.
Modifying the Generator
This section describes possible modifications of the generator.
Migration
1.1 to 2.0
more
Howto