kohana
kohana2 auth - login problem
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[详细]
2023-03-16 01:34 分类:问答kohana 3.1 Request External: POST application/xml doesn't work with native execute
I\'m trying to perform an external request with Kohana 3.1 with this code in my controller. $request = Request::factory($url);[详细]
2023-03-15 22:44 分类:问答Displaying same page differently for users with different roles
I wanted some suggestions from someone with experience in php. I am making a website in php which will have 4 kinds of users :[详细]
2023-03-15 21:07 分类:问答Where This Code Belongs? MVC & ORM
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[详细]
2023-03-15 19:49 分类:问答How To Get Array From Session Object In Kohana?
I\'m using Kohana 3.0 and I need to get array from Session object. For example: $session = Session::instance();[详细]
2023-03-15 13:38 分类:问答Stop IE from redirecting before downloading a file
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[详细]
2023-03-15 10:21 分类:问答how can I do to set the charset in meta tag automatically without having to manually add the value?
I am testing Kohana Framework and from what I read it automatically sets the charset when rendering the page:[详细]
2023-03-15 05:51 分类:问答Kohana sessions and files not under the framework
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[详细]
2023-03-15 04:52 分类:问答Is it a correct approach in php?
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:[详细]
2023-03-14 21:21 分类:问答What's the proper way of setting the salt for cookies in Kohana 3?
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[详细]
2023-03-14 14:08 分类:问答