Author Topic: Kohana Framework  (Read 2242 times)

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Kohana Framework
« on: March 23, 2010, 11:24:07 AM »
I've been getting back into PHP programming and I've been using the CodeIgniter framework but I just stumbled on the Kohana framework that looks like it's a fork of CI. It's supposed to be PHP5 and even leaner than CI which would be nice. And I imagine that since it's a fork, the learning curve would be a little bit less.

Anyone use it? It seems lesser known but possibly the "next best" kind of thing. At least until CI 2 comes out.
This signature intentionally left blank.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Kohana Framework
« Reply #1 on: March 23, 2010, 12:35:11 PM »
Never heard of it.  Honestly, if I was investing time in a framework it would probably be Zend.

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Re: Kohana Framework
« Reply #2 on: March 23, 2010, 02:13:26 PM »
After evaluating a few of them, I decided on CI since it was the smallest and lowest learning curve I felt. It didn't have all the features (it had enough for me) but I had a much better feel for what was going on, and honestly, I'm still not a huge fan of a bunch of magic in my coding (I get that in Grails). The "old" developer side of me likes a little less dynamic stuff.
Zend seems more like Grails, where it's a larger heavier framework (although Grails is lighter than other Java stuff) and for the stuff I'm looking to do, that just isn't necessary. If I'm going to do something big, I'll do it in Grails since it will run on a dedicated host. CI projects on the other hand I see running on shared hosting.

This signature intentionally left blank.

micah

  • A real person, on the Internet.
  • Ass Wipe
  • Posts: 6915
  • Karma: +58/-55
  • Truth cannot contradict truth.
    • micahj.com
Re: Kohana Framework
« Reply #3 on: June 15, 2010, 11:58:32 AM »
it has apparently been decided at my new job to use Kohana as our primary framework going forward.  The documentation on the latest version (which is completely different from their previous iterations) is very lacking and I'm not a big fan of their user community (which seems to be mostly made up of self-proclaimed elitists who just reply to questions with "RTFM").  But it is very lightweight.  We'll see what happens.  If anyone else ends up playing around with it, feel free to post your thoughts.
"I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.  I use it to look at pictures of cats and get in arguments with strangers."

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Re: Kohana Framework
« Reply #4 on: June 15, 2010, 03:11:44 PM »
I'm struggling to learn ko3 right now, so I'd love to bounce findings off of each other. I like the concept of a lightweight php framework, but I'm having a tough time finding examples to do even simple things like a basic CRUD application.

Some of the things I've "appreciated" a bit in other frameworks, like setting form fields automatically and ORM sorts of things seem a lot more manual with Kohana.

I still need to figure out things like authentication and stuff too. I've got database connectivity and view rending though. So it's a start. It's just much faster for me to prototype/build things using Grails since I know it fairly well.

Any idea why you guys "picked" Kohana vs other frameworks like CI/Rails/Django etc?

I have a feeling once you get the hang of it, it will probably be enjoyable to work with, but I hate learning curves. Why can't all the frameworks get together and decide to do the same thing?
This signature intentionally left blank.

-KEN-

  • Some Other Mofo
  • Jackass In Charge
  • Posts: 1001
  • Karma: +75/-100
Re: Kohana Framework
« Reply #5 on: June 17, 2010, 12:38:45 PM »
Never really used Kohana, but I've been playing with Ushahidi at work, which is built on it. Seems OK so far.

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Re: Kohana Framework
« Reply #6 on: June 17, 2010, 08:05:56 PM »
Good find. That should be useful on how to do some things.
This signature intentionally left blank.

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Re: Kohana Framework
« Reply #7 on: June 17, 2010, 08:47:11 PM »
Oh, looks like it's built on an older version of Kohana. I've been playing around with KO3 and that app looks like the previous version, which I believe is more like CodeIgniter.

In case anyone is looking for a CodeIngiter app, I just found out about OpenVBX from Twilio that's built using CodeIgniter.
This signature intentionally left blank.