kohana
Kohana 3 Auth in IE
I\'m finding I can\'t log in to my Kohana site through IE. (just IE, works fine everywhere else) It\'s validating, so much as, it knows if you get your username and password wrong, but its not creat[详细]
2023-03-22 09:14 分类:问答Controller in Kohana 3 does not appear to work, but has in the background
My client is finding that when they hit delete nothing happens, but if they it it agai开发者_Python百科n they get the error that that \'id\' doesn\'t exist anymore.[详细]
2023-03-22 07:50 分类:问答Kohana multiple default controllers based on roles
I want 开发者_开发知识库to display completely different layouts for users in different roles on the root url of my application. I am currently achieving this using the following lines in bootstrap.php[详细]
2023-03-22 05:47 分类:问答Kohana 3.1 Validation conditional rule possible?
Is it at all possible to create a conditional rule with Kohana 3.1 Validation::factory()? For example I have a radio button which if the user clicks on it, then I want to apply rules to another group[详细]
2023-03-22 04:30 分类:问答Kohana ORM and file upload issue... setting record logo to equal record logo when there is no image
This 开发者_Go百科causes this error... Operand should contain 1 column(s) [ UPDATE record SET logo = (\'\',[详细]
2023-03-21 14:04 分类:问答Kohana, .htaccess and 403 access denied page
How can I disable for viewing list of files inside folder for example media/images开发者_如何学JAVA[详细]
2023-03-20 12:19 分类:问答Kostache CSS and JS on page
How do I go about loading css and javascript in my template? I am using kostache and the template loads fine. I am trying not to load template files directly onto the templates themselves but rather d[详细]
2023-03-20 07:02 分类:问答one-to-many relation in Kohana
I have 3 tables users , roles and roles_users. The roles_users table have user_id and role_id N开发者_JS百科ow my models are Model_User, Model_Role, Model_User_Role.[详细]
2023-03-20 06:57 分类:问答Puts Scripts and CSS in Initial request from internal requets
I have a main page(controller_welcome => C_W), and another controllers; these extends from Controller_DefaultTemplatre(C_DT). In C_DT i have a function called addScripts() and addCss() these adds to u[详细]
2023-03-19 13:19 分类:问答KO3 Auth module - Subdomains
I use Auth m开发者_运维知识库odule, but it works only for a subdomain, where I am logging in.. For example, my login page is on www.domain.tld, and after login, there is always logged user. But on sub[详细]
2023-03-19 03:59 分类:问答