kohana-3
Kohana ORM Update not working
I开发者_开发知识库 have discovered Kohana just 2 days ago and, after facing a few problems and managing to deal with them, I ran into a quite strange one.[详细]
2023-03-13 12:03 分类:问答Cannot access controllers in Kohana, works with index.php though
I using an Ubuntu server and I have mod_rewrite loaded but for some reason, when I type in my URL with the controller name. It shows me this:[详细]
2023-03-12 23:55 分类:问答Error in Kohana 3.1.3.1 with rowanparker paypal module
rowanparker https://github.com/rowanparker/kohana-3-paypal I really need t开发者_如何学Chis module but I can not use it because it gives me this error:[详细]
2023-03-12 21:40 分类:问答Kohana 3 - How should I handle urls within views
I\'m running Kohana 3 (latest) and I don\'t know how to handle links in my views. For example. My base url is http://localhost/foo/. I have a menu like and this menu is shared between bar and baz page[详细]
2023-03-12 15:50 分类:问答I Don't Get ORM In MVC
I\'m creating authorization system on Kohana 3.1. It\'s for educational reasons. Right now I try to learn ORM. I understand what I can do with ORM, but I don\'t get how can I implement it in MVC stru[详细]
2023-03-12 03:59 分类:问答GIT post-receive hook not checking out submodules
I 开发者_如何学编程have been working on a Kohana 3 project that I installed using the downloaded zip file awhile ago. I have a git repository on my remote server \"project.git\" which checks out the l[详细]
2023-03-11 18:22 分类:问答Kohana Framework: 'HTTP_Exception_404 [ 404 ]: The requested URL welcome/index was not found on this server.'
I followed this tutorial with only one difference. Instead of naming it hello.php, I named it welcome.php. The sources of my files are identical to that of the tutorials, and they are in the correct p[详细]
2023-03-11 09:11 分类:问答How to set up protected static files in Kohana 3.1
I\'m using Kohana 3.1 with the ORM/Auth module enabled. I would like to serve static files (docs, pdfs, etc.) only to people with role A, in directory A_only.[详细]
2023-03-11 08:16 分类:问答Kohana 3.1 ORM relationships question
I\'m using kohana3. tables: users id username friend_id user_relationship开发者_运维知识库s id user_id friend_id[详细]
2023-03-11 01:57 分类:问答How To Start Using Kostache?
I just asked a question ( Templates In Kohana 3.1 ) about templates and now I know that I should use Kostache. It\'s a module for the Mustache template language.[详细]
2023-03-11 01:44 分类:问答