Webmezha
Webmezha

Reputation: 117

Kohana 3 – any easier than Kohana 2?

All the way while I have been trying to migrate from Kohana 2 to Kohana 3.2 in a new project, I was wondering how is it better?

Obviously, I feel sorry the developers left the good old Kohana 2.x branch, because all I need is an easy and stable solution for quite simple applications.

The question is, what are the advantages of Kohana 3.x that make it worth its disadvantages compared to Kohana 2.x? (I mean the kind of advantages, that make the programmer's life easier and save time.)

Thanks!

Upvotes: 0

Views: 299

Answers (1)

biakaveron
biakaveron

Reputation: 5483

  • HMVC out of the box
  • Light core (a lot of optional classes where moved into separated modules)
  • New routing system!! Its so cool, and Im really hate 2.3.x routes
  • Userguide module. Write your docs with automatically generated API
  • Config writers (v3.2+)
  • Improved error handling (especially in 3.3)
  • Minion module (v3.3) - CLI tasks with Kohana features!

Upvotes: 1

Related Questions