I have a model that fetches from my database a list that I want to be able to show in my view. The model looks like this:
This 开发者_Go百科causes this error... Operand should contain 1 column(s) [ UPDATE record SET logo = (\'\',
I am using auth module of kohana. I did register and login and its working fine. But when i do Auth::instance()->get_user()->id i get NULL
I am developing a Facebook app in Kohana 3.x. Now client requirement is to make Sessions GET based. but it is having a problem. I am using
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 am having some problems adding a callback filter in Kohana 3.1. Here is my validator: Validation::fa开发者_如何学Pythonctory($fields)
So I have my query as so... $records = ORM::factory(\'category\'); Add a WHERE clause as so... $records = $records->where(\'categoryid\', \'LIKE\', \'aa\');
I am trying to figure out a way to do the following: I want to make an action which will be loaded through ajax and also its the internal part of the page when page is reloaded.
I\'m trying to do a dirty hack in order to set some php.ini variables for a specific part of my website.
I am having problem in detecting current uri when the requested controller is index. (my index_file file name is index.php). It seems the problem is in detect_uri() function since it checks PATH_INFO