Skip to content
mattbasta edited this page Sep 22, 2010 · 4 revisions

Interchange is a magic little application framework that takes the best bits of Django and the not-so-crappy parts of CodeIgniter and merges them into a half-decent application framework.

Features

  • URL matching
  • URL path wildcard support
  • URL parameter support (we’re looking at you, CodeIgniter)
  • Session manager
  • View support
  • Load-on-access support for libraries
  • Redirect support without loading an endpoint
  • Partial content support for static files
  • A boat load of libraries are already pre-installed

Clone this wiki locally