kohana
Kohana 3.2 + Twig Issues
I\'m u开发者_开发知识库sing this module to integrate Twig into my small Kohana project. I\'m facing the following issues:[详细]
2023-04-03 17:11 分类:问答problems with kohana and nginx / php-fpm
I\'m having issues getting kohana to come up at all. I\'m somewhat new to nginx and it\'s configuratio开发者_如何学Gons.[详细]
2023-04-03 14:18 分类:问答Video Tutorial for Kohana3?
Is there any Video Tutorial for the Kohana3 ? or s开发者_如何学Goome easy way to study Kohana3.[详细]
2023-04-03 13:43 分类:问答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 分类:问答Kohana 3.2 ORM and PDO
I am giving Kohana a try and I was trying to use the ORM + PDO + MySQL database, and I don\'t seem to find an answer in google or SO.[详细]
2023-04-02 23:58 分类:问答Web architecture - how to save and restore DB snapshot efficiently
I need some advices on the best way to create/save/restore database snapshots for a website backend. Here are the technical details (but I guess answers can be API independant) :[详细]
2023-04-02 22:56 分类:问答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 分类:问答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 分类:问答How to get data from database with kohana?
Hy! I configured the modules/database/database.php file. In controller/index.php I have: $query = DB::query(Database::SELECT, \'SELECT * FROM posts ORDER By id DESC\');[详细]
2023-03-31 19:34 分类:问答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 分类:问答