Skip to content
GrumpyCrouton edited this page Aug 7, 2022 · 5 revisions

About

GF3 is a framework based on Fat-Free-Framework, which is a very lightweight PHP framework which allows you to structure your projects however you want.

This fork has an MVC structure baked into it, which allows you to have individual modules with their own MVC structure.

Features

Currently, GF3 comes with a few core features:

  • Modules
    • Each module will have it's own MVC structure
  • Global Template System
    • Allows you to define the basic structure of your website to load module content into
    • Module specific template selection, load a default template or choose one in the module controller that is loading the page
  • GrumpyPDO, accessible from any Model in any Module