kohana-3
Kohana 3 - Storing Sessions in Cache
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[详细]
2023-04-03 06:55 分类:问答Kohana 3.0: how to get distinct entries?
In a Kohana query, I need to retrieve only one element having the same id. I have a method in the model:[详细]
2023-04-03 06:22 分类:问答Do not understand routing in Kohana php framework
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:[详细]
2023-04-02 21:07 分类:问答Session variable in Kohana 3 keeps being reset after having been deleted
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[详细]
2023-04-02 12:22 分类:问答Beginning Kohana/php with PhpStorm
I\'m coming from Asp.Net MVC 3 and I\'m trying to learn to use Kohana and php, using PhpStorm as IDE.[详细]
2023-04-02 06:11 分类:问答How to have URLs with dashes in Kohana 3.x
I need to have a URL such as http开发者_如何学运维://example.com/controller/my-page-with-dashes[详细]
2023-04-02 04:49 分类:问答Where to set module specific global variables and how
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.[详细]
2023-04-01 19:18 分类:问答MySQL - How to query items by tags, order by matched tag count
My schema looks something like this: items ( id, title, blah ) tags (id, name ) item_tags ( item_id, tag_id )[详细]
2023-04-01 14:53 分类:问答Kohana Cache Module not loading set servers (kohana 3.2)
I am having an issue with the Cache module Configuration. I have done the following: put Cache::$default = \'memcachetag\'; in bootstrap.php[详细]
2023-03-31 19:19 分类:问答Using object in views in Kohana 3.0
I am upgrading a project from Kohana 2 to Kohana 3. In the Kohana 2 version, in the view file, it is written:[详细]
2023-03-31 02:49 分类:问答