This won\'t work in Kohana 3开发者_Python百科.2 for some reason: $this->request->headers[\'Content-Type\'] = \'text/xml\';
I am new to kohana. I am using ORM for getting data. I want to build a query in which BETWEEN clause is there. as following
I like Jelly ORM and I want to use it with Kohana 3.2. However, I\'m receiving different errors as I try its various methods and actions.
We are currently using Kohana 3 for a staging application which is getting ready for production. We have few requirements to set custom routing and custom error codes. Most of the solutions offered in
I need to create sub folders for 开发者_如何学Pythonmy controllers for ease of managing and troubleshooting. I need to havecontroller/, controller/admin, controller/user/ kind of setup. I have tried c
I\'m finding I can\'t log in to my Kohana site through IE. (just IE, works fine everywhere else) It\'s validating, so much as, it knows if you get your username and password wrong, but its not creat
I am receiving \"HTTP_Exception_404 [ 404 ]: The requested URL admin/index, controller_admin was not found on this server.\" when I try to access www.site.com/admin. www.site.com/admin/home works fine
My client is finding that when they hit delete nothing happens, but if they it it agai开发者_Python百科n they get the error that that \'id\' doesn\'t exist anymore.
I\'m using Kohana 3.1 framework to do a simple validation using Kohana\'s ORM and Validation built in classes. Let\'s see the code...
I want 开发者_开发知识库to display completely different layouts for users in different roles on the root url of my application. I am currently achieving this using the following lines in bootstrap.php