Skip to content

Instantly share code, notes, and snippets.

@kemo
Forked from rjd22/Kohana_3_4.md
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemo/10424645 to your computer and use it in GitHub Desktop.
Save kemo/10424645 to your computer and use it in GitHub Desktop.

Kohana 3.4

Features

  • Kohana core - isolated autoloader/module loader/filesystem and cache (@zombor already started this iirc)

Fixes

  • Move Request::factory() into Request_Factory

Improvements

  • Database should support Mysqli

Bugs

Kohana 4.x

Features

  • Reconsider using (H)MVC the way we do. Maybe force ViewModels "out of the box" or move away from MVC completely?
  • IoC on HTTP components (Router, Request, Response etc). Minimize & disconnect.
  • Helpers & libraries as standalone components. This way we'll be able to use whatever Ohanzee ends up with and clean up the framework itself a lot.

Fixes

Improvements

  • Namespaces
  • Full PSR-4 support by default

Bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment