In Kohana 2 I saw that you could use cache as a session storage. We have a memcache instance that we would like to use to store our sessions but do not see how you would configure the system to use ca
In a Kohana query, I need to retrieve only one element having the same id. I have a method in the model:
Trying to learn Kohana, coming from Asp.Net MVC 3. In MVC I am used to the default route (very similar to the default route in Kohana) working like this:
I have a Notices class which is used to provide one-time message notifications. The notifications are stored in a Kohana session (cookie) and my getter looks like this (echos are there for debugging p
I\'m coming from Asp.Net MVC 3 and I\'m trying to learn to use Kohana and php, using PhpStorm as IDE.
I need to have a URL such as http开发者_如何学运维://example.com/controller/my-page-with-dashes
I\'m building a somewhat large application using kohana 3.1. I\'m trying to set module-wide variables, like definitions. It will be some arrays with key => values.
My schema looks something like this: items ( id, title, blah ) tags (id, name ) item_tags ( item_id, tag_id )
I am having an issue with the Cache module Configuration. I have done the following: put Cache::$default = \'memcachetag\'; in bootstrap.php
I am upgrading a project from Kohana 2 to Kohana 3. In the Kohana 2 version, in the view file, it is written: