Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Fragments v0.8 released

Compare
Choose a tag to compare
@o-alquimista o-alquimista released this 11 Oct 03:08
· 12 commits to master since this release

Changelog:

  • Request and Response classes representing HTTP requests/responses were implemented. Controllers must now return a Response instance.
  • A new Templating component was added, injecting useful variables such as $app_request and $app_user into its context; Processing a template builds and returns a Response object with the resulting content.
  • The SessionManagement component was removed. It will be rewritten and included in a future release. Use the superglobal $_SESSION for now.
  • The PdoConnection class now follows the Singleton pattern to better support the use of SQL Transactions across files.

"Fragments Demo" is now "Fragments App"

The "Fragments Demo" application is being replaced by the newer Fragments App. Version v0.1 of Fragments App is compatible with this release. The master branch will often be configured for development.