Category Archives: Kohana 3

Kohana 3 ORM – Query Building and Key Word Search

I’ve been working on a project over the last couple of months using the Kohana 3 framework. I’ve been knee deep in code. When I’m in this mode, and I run into a problem that takes me a couple of … Continue reading

Posted in Kohana 3 | 1 Comment

Kohana 3 ORM – Creating a Form Select List

Working with the Kohana 3 ORM, I went through the documentation, and didn’t find anything on getting data back from the database, and creating a drop down select list in a form. This involved using a form, the ORM, and … Continue reading

Posted in Kohana 3 | 6 Comments

Kohana 3 ORM – Table Joins, a Working Example

I have been writing an application using Kohana 3 which, if you have read my reviews, is an excellent framework with piss-pour documentation, and still is.  Nevertheless, I find it to be an excellent framework once you figure it out, … Continue reading

Posted in Kohana 3 | Tagged | 10 Comments