I would like to get the default MySQL database connection in Kohana for use with a third-party library. How can I do that?
i have a kohana based website, and i moved it to another computer. i have installed xampp and changed the httpd.conf accordingly, to point to my new website location. and it points, cause at first it
We have a ubuntu server where we dump ourKohana framework+php code & want to run it through cron job. But when we try it in command line it shows the following error:
I can\'t find function url::redirect in kohana 3.1 What is the new name for this开发者_如何学编程 function ? (If it still exists !)It has been changed in Kohana 3 to...
How do I pass extra parameters in the URL to KohanaPHP (version 3.1+) like so... http://example.com/blog/edit/4000/3200
I have writtena sample controller in kohana <?php defined(\'SYSPATH\') OR die(\'No direct access allowed.\');
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 have a problem using Kohana 3.1. I add the old banks kohana-email module but the result is a error like this:
I\'m quite new to Kohana and was wondering what the best way was of organising a lot of files in the application/classes/controller directory.