views:

217

answers:

2

I have used ver 2 before but i'm thinking of using ver 3 for my new project. Is it advisable to use ver 3 at this point event when it's not yet stable?

A: 

There is an unofficial wiki, http://kerkness.ca/wiki/doku.php, out to discuss the new features in Kohana ver3. And from what's been said, its pretty stable and ready for production.

ocdcoder
+1  A: 

It depends on your situation.

New projects will usually go this way.

Kohana 3 -> 3.0.1 -> 3.0.2 -> 3.0.3 etc ...

Old projects using Kohana 2.3.4 will probably use this path instead:

Kohana 2.3.4 -> 2.4 (API Change) -> 2.4.1 etc ...

I'd personally choose Kohana 3 for a new project as it has new features such as reverse routing, HMVC and some other stuff that's vanished from my head at this time.

It's production ready and I've already used it on a few projects.

The Pixel Developer

related questions