# Project structure
This example describes good and simple structure for web application. Example is a good point where to start.
## Idea
Actions in controller must be a simple and other functionality must be separated into the modules. This is good case for testing and maintance. For other we must use a SOURCE - the application business logic.