In Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method;
Here is the request and response headers http://www.example.com/get/pdf GET /~get/pdf HTTP/1.1 Host: www.example.com
I\'ve just installed Kohana 3.0.4.2 and I have run the index.php file successfully.According to the documentation, the next step is to edit the config files in the application/config folder.I have tha
It takes around a couple of seconds for 开发者_StackOverflowmy app to execute the code to send an email right now on a test server with nothing much else running. Not sure if this is typical/expected.
I\'m trying to login with the following controller action, but my login attempt keeps failing (I get the \'invalid username and/or password\' message).What am I doing wrong?I also tried the other meth
Right now I\'m using Controller_Template would like to have RESTful URLs though, is it possible to use both the controllers together somehow? Than开发者_如何转开发ks.No, PHP does not support multiple
I\'m having some a little trouble understanding how to hand开发者_如何学编程le the database end of a program I\'m making.I\'m using an ORM in Kohana, but am hoping that a generalized understanding of
I\'m looking at the auth class in Koh开发者_StackOverflow中文版ana 3 as well as a login script.When the login page calls the login function of the auth class, it is returned via a protected abstract f
I just started using a PHP framework, Kohana (V2.3.4) and I am trying to set up a config file for each of my controllers.
I\'ve got a bit of a problem. I have a Kohana application that has dynamically added fields. The fields that are added are called DISA numbers.