I\'m trying to make a login form for my kohana2 app using ORM example presented in kohana2 docs ( http://docs.kohanaphp开发者_如何学Go.com/addons/auth ). I\'ve done everything like in the wiki but aft
I\'m trying to perform an external request with Kohana 3.1 with this code in my controller. $request = Request::factory($url);
I wanted some suggestions from someone with experience in php. I am making a website in php which will have 4 kinds of users :
I\'m reading unofficial Kohana 3.0 docs at the moment. Where this code belongs? In controller or in model (class Model_MyName extends ORM model?)? I think that it should go in model. Am I right? If th
I\'m using Kohana 3.0 and I need to get array from Session object. For example: $session = Session::instance();
I am having a problem only with IE (tested in 8) and downloading, when i click the link it takes me 开发者_运维技巧to the server that the file is on before downloading it. The correct behavior should
I am testing Kohana Framework and from what I read it automatically sets the charset when rendering the page:
I\'m working on a site that is using the Kohana framework.So far I\'ve been fine jumping in and taking over the project.Today I\'m implementing a few 3rd-party features that need to use a session vari
first of all this is my first post in stack <3 and of course sorry for my bad English. So i\'m studying PHP and i have something like a problem in my mind:
I could just dive into the Kohana_Cookie class and set public static $salt = \'blah\'; But this doesn\'t seem like a very elegant solution... is there a propper way开发者_如何学运维 to set it in a