kohana-3
Kohana 3.2 regenerating session id on every request
i hope this h开发者_如何转开发asn\'t already been answered, I\'ve looked through for awhile and haven\'t really seen an answer.[详细]
2023-03-30 14:33 分类:问答how to pass "/home/blah/blah" as a parameter in Kohana
I would like to pass a parameter to a controller in Kohana... As开发者_如何转开发sume the following structure :[详细]
2023-03-29 20:20 分类:问答Kohana 3 Updating/Adding Related Entries
I\'m currently writing an application using Kohana 3.2, which is great, however the documentation leaves something to be desired.[详细]
2023-03-29 12:35 分类:问答Use kohana ORM on zend framework
I would like to know if there is a way to use kohana ORM module on zend framework. I really do not like zend\'s db_table model because it is over complicated to work with and there is not validation i[详细]
2023-03-29 01:48 分类:问答User is not properly logged in Kohana with Auth module
I\'m using the Auth module for managing users inside Kohana. When I use the login($username, $password, $remember) method it succeeds validating the user but then when I ask if the users is logged in[详细]
2023-03-28 15:51 分类:问答Kohana_Exception [ 0 ]: GD is either not installed or not enabled, check your configuration
i am getting the following exception in kohana 3 Kohana_Exception [ 0 ]: GD is either not installed or not enable开发者_JAVA百科d, check your configuration[详细]
2023-03-28 04:01 分类:问答Can extra, unneeded $_POST keys harm the system?
开发者_如何学CLets imagine for where are inputs like: <input name=\"x\" /> <input name=\"y\" />[详细]
2023-03-28 03:54 分类:问答source control structure for a kohana based project
i currently have several projects using kohana as a framework, and what i have at the moment is a directory structure like this[详细]
2023-03-27 07:17 分类:问答Kohana [ Fatal Error ]: Class 'Image' not found
ErrorException [ Fatal Error ]: Class \'Image\' not found. i have created an image object: 开发者_高级运维[详细]
2023-03-27 05:55 分类:问答How to send custom status codes using Kohana 3?
I am trying to return custom status codes using Kohana 3.1开发者_如何学C, like so : $this->response->status(420);[详细]
2023-03-26 16:28 分类:问答