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
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.
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
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
This 开发者_Go百科causes this error... Operand should contain 1 column(s) [ UPDATE record SET logo = (\'\',
How can I disable for viewing list of files inside folder for example media/images开发者_如何学JAVA
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
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.
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
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