I\'m u开发者_开发知识库sing this module to integrate Twig into my small Kohana project. I\'m facing the following issues:
I\'m having issues getting kohana to come up at all. I\'m somewhat new to nginx and it\'s configuratio开发者_如何学Gons.
Is there any Video Tutorial for the Kohana3 ? or s开发者_如何学Goome easy way to study Kohana3.
In a Kohana query, I need to retrieve only one element having the same id. I have a method in the model:
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.
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) :
I need to have a URL such as http开发者_如何学运维://example.com/controller/my-page-with-dashes
My schema looks something like this: items ( id, title, blah ) tags (id, name ) item_tags ( item_id, tag_id )
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\');
I am having an issue with the Cache module Configuration. I have done the following: put Cache::$default = \'memcachetag\'; in bootstrap.php