Skip to content

Instantly share code, notes, and snippets.

@rjd22
Last active March 5, 2018 11:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rjd22/10360654 to your computer and use it in GitHub Desktop.
Save rjd22/10360654 to your computer and use it in GitHub Desktop.
Plans for Kohana 3.4 and 4.x

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
  • Namespaces
  • Full PSR-0, PSR-4 support by default

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