Here is my update method for Kohana 3. public function update($type, $id, $updates) { $info = $this->getInfo($type);
I\'m using Kohana 2.3.4 and can\'t get the auth module 开发者_运维知识库to work. I\'m just adding a user like this:
In Kohana 3, I can bind a param in a query like so $query = \'SELECT name FROM users WHERE id = :id\';
Using the ORM, I want to be able to load all articles that posted, in which a user has made a comment.
I\'ve been looking at the Kohana docs , for a project I\'m planning to make that needs an user-system. I noticed the Auth module but when I tried to figure how to use it the docs were little to no hel
I just started using Kohana a couple days ago, and I have a few questions that I cant seem to find an answer to anywhere.
I noticed today that the auto login for the Auth module in Kohana does not work. I snooped around a little and I think I found the problem.
Is anyone out there having issues with Kohana and the jQuery WYSIWYG plugin? Specifically the jwysiwyg开发者_JS百科 one.I use this jQuery plugin with Kohana 2.x, but I didn\'t had any problems with
Using开发者_如何学C the Kohana framework, how would you validate a date of birth given 3 separate drop downs? If an error occurs, only one error should show.you can setup additional custom prefilters
Hi my dev environment like this, Winxp pro; Kohana v3.03; XAMPP Windows 1.7.3; I followed the wiki guide to remove index.php file