Just curious as to what is the \'Kohana\' way of getting variables from开发者_运维知识库 the query string?
I have a produ开发者_开发技巧cts model with 2 many to many relationships defined. protected $_has_many = array
I\'m using Kohana 3. Does anyone knows why param(\'controller\') result is NULL. Routing: Route::set(\'default\', \'(<controller>(/<action>(/<id>)))\')
In my Bootstrap.php I\'ve deactivated the Profiler (or is it better to be activated?), and the Errors.
I\'m using Postgres with Kohana 3\'s ORM module and would like to run a SELECT using a postgres function to convert values already in the database to lower case before doing the comparison.
I\'ve created a bunch of errors in a file under APPPATH/messages/validate.php with a bunch of common messages such as...
In KO2, I had a file called libraries/CUSTOM_Controller.php, in which I kept common methods that I wanted to be available t开发者_运维问答o all controllers.
I\'m using Kohana 3 and pdfview/DOMPDF to generate pdf files but they are generated with 0 bytes and text/plain mime-type.
I\'m completely new to this framework and I\'m trying to find so开发者_如何学JAVAme sample CRUD application to get started with Kohana 3.
I am building a staff area for a website, which is completely different to the main brochure style site.