Skip to content
integry edited this page Aug 25, 2011 · 6 revisions

Integry Framework is a lightweight PHP 5.2 framework, which provides bare-bone infrastructure for constructing MVC web applications. It does not come with lots of bells and whistles, instead it focuses to it's core task to take care of things like request processing, routing, executing controller actions, handling responses, template rendering, redirects, etc. Integry Framework supports HMVC (hybrid-MVC) ideas, which allows to execute multiple actions within the same request (useful when an AJAX request needs to update different parts of the page). Some added bonuses include request filtering and validation and advanced block handling logic.

Getting started:

  1. Introduction
  2. Application structure
  3. Controllers
  4. Views
  5. Responses
  6. Routing
  7. Request validation

Clone this wiki locally