How do I pass extra parameters in the URL to KohanaPHP (version 3.1+) like so... http://example.com/blog/edit/4000/3200
I am in the process of learning Kohana 3. Just curious: some Kohana 3 projects I have looked at, like Kohanut CMS are implemented as one big module and located in /modules instead of /application (whi
I\'m trying to build a UNION query using Kohana\'s query builder. Everything works fine until I add a GROUP BY or ORDER BY clause.
Using FB in a site is simple require_once \'facebook-php-sdk/src/facebook开发者_开发百科.php\';
I am developing an application in Kohana framework. I would like to know the best practices in implementing ajax in kohana. So far I am using different controller for ajax.I think the important concer
Kohana 3.0 used to have Sprig, Jelly, etc. alongside with its default ORM system. As far as I understand, Kohana 3.1 is not compatible with Sprig and Jelly and its default ORM is still in development.
I\'m trying to use an image from a URL with Kohana image class. http://kohanaframework.org/3.0/guide/a开发者_Go百科pi/Image
I have a problem using Kohana 3.1. I add the old banks kohana-email module but the result is a error like this:
Originally in Kohana 3 you were able to pass controller action arguments/parameters through URL as in:
I believe I know how to do this, but wanted to verify with my awesome community peeps. =) Here\'s an example: