English 中文(简体)
New features in Kohana 3? Is it a wise decision to use ver 3 instead of 2? [closed]
原标题:
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 9 years ago.

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?

最佳回答

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.

问题回答

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.





相关问题
Kohana - subfolders within views folder

I m working on the admin section of a site using Kohana. I ve created a "admin" subfolder within the views folder to store admin views. I m also using a modified instance of the Template Controller ...

approach for "site down for maintenance"

I have been using Joomla and I love its administrative facility to put the site down for maintenance. As I have seen, all requests to the site if it is in maintenance mode is routed to a single page. ...

Kohana 3: using maintainable routes

I m using Kohana v3 for a web project, and today I found myself writing this: echo Html::anchor( user/view/ .$user->id, "See user s profile"); If I rename the action_view method in the User ...

Is using a Mail Model in MVC incorrect?

I have built a model in some of my MVC websites to assist with sending emails, generally I do something like this $mail = new Mail_Model; $mail->to( me@somewhere.com ); $mail->from( you@...

help on building a basic php search engine

i looked for tutorials everywhere but just can t seem to get a good one... a search page with pagination, column header sorting, and multiple filtering(filters are in checkboxes) the problem: had ...

What s the proper MVC way to do this....?

Quick question about general MVC design principle in PHP, using CodeIgniter or Kohana (I m actually using Kohana). I m new to MVC and don t want to get this wrong... so I m wondering if i have ...

Kohana Error... Attempt to assign property of non-object

So I m trying to go through the Version 3 Guide of Kohana and keep getting an error on the hello world create view part. ErrorException [ Warning ]: Attempt to assign property of non-object Line 8: $...

热门标签