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.
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:
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:
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
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
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
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
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.
I\'m using kohana3. tables: users id username friend_id user_relationship开发者_运维知识库s id user_id friend_id
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.