i hope this h开发者_如何转开发asn\'t already been answered, I\'ve looked through for awhile and haven\'t really seen an answer.
I would like to pass a parameter to a controller in Kohana... As开发者_如何转开发sume the following structure :
I\'m currently writing an application using Kohana 3.2, which is great, however the documentation leaves something to be desired.
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
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
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
开发者_如何学CLets imagine for where are inputs like: <input name=\"x\" /> <input name=\"y\" />
i currently have several projects using kohana as a framework, and what i have at the moment is a directory structure like this
ErrorException [ Fatal Error ]: Class \'Image\' not found. i have created an image object: 开发者_高级运维
I am trying to return custom status codes using Kohana 3.1开发者_如何学C, like so : $this->response->status(420);