kohana-3
Kohana 3.2 request->headers['Content-Type'] keeps failing
This won\'t work in Kohana 3开发者_Python百科.2 for some reason: $this->request->headers[\'Content-Type\'] = \'text/xml\';[详细]
2023-03-26 04:22 分类:问答How to use BETWEEN clause in Kohana ORM
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[详细]
2023-03-25 17:20 分类:问答Compatibility issues using Jelly ORM with Kohana 3.2, time to move on?
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.[详细]
2023-03-25 04:29 分类:问答Managing bootstrap.php in Kohana 3
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[详细]
2023-03-25 02:39 分类:问答Kohana 3.1 Controllers in Sub Folders within the Controller Folder
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[详细]
2023-03-23 07:44 分类:问答Kohana 3 Auth in IE
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[详细]
2023-03-22 09:14 分类:问答Kohana 3 routing error with default controller in controller subdirectory
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[详细]
2023-03-22 08:38 分类:问答Controller in Kohana 3 does not appear to work, but has in the background
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.[详细]
2023-03-22 07:50 分类:问答How to validate email using Kohana 3.1 ORM
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...[详细]
2023-03-22 07:14 分类:问答Kohana multiple default controllers based on roles
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[详细]
2023-03-22 05:47 分类:问答