I used them before several months. Then I switched to Fuel. Then I switched back to Kohana. Problem? I have forgot how to correctly use templates (with that I mean Controller_Template). There was tut
I\'m working on authorization module for Kohana 3.1. In my module\'s init.php... Route::set( \'a11n\', \'<controller>\',
I have two models, Product and Product_Methodology. In my product edit view I have a select form field to select one of many methodologies or none (empty first option). In my products table I have a I
$query = DB::select(\'thing\')->from(\'things\')->where(\'thing\', \'=\', \'something\'); if ($other_thing)
Trying to follow the example on the wiki here: extending model Auth user class, and I am hitting a fatal error when it goes to validate.
Up until recently I have had a routehandler controller through which all requests pass. This is so that I can direct certain items to certain pages based on entries in a catalogue. However for some re
When I try to add a user this is the error I get: ErrorException [ Fatal Error ]: Call to undefined method Auth_ORM::register()
I have a kohana3.0 content and files management system, and I would like to be able to completely delete images from database, and from my folder where I have uploaded them, when a user deletes an ima
I might be searching for the wrong keywords as I find it almost impossible that I can\'t find this in the docs or in any forum anywhere.
i want to make a corelated query using KO3 ORM, meaning that i want to have two conditions in an where: