Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 453 Bytes

File metadata and controls

23 lines (20 loc) · 453 Bytes

Part II: Getting Started

This tutorial gets you started with Flow. The most important concepts such as the MVC framework, object management, persistence and templating are explained on the basis of a sample application.

.. toctree::
        :titlesonly:

        Introduction
        Requirements
        Installation
        Configuration
        Modeling
        Kickstart
        ModelAndRepository
        Controller
        View
        Validation
        Routing
        Summary