When I try to add a user this is the error I get: ErrorException [ Fatal Error ]: Call to undefined method Auth_ORM::register()
I might be searching for the wrong keywords as I find it almost impossible that I can\'t find this in the docs or in any forum anywhere.
How do I get this to work? $stuff = ORM::factory(\'mytable\') ->with(\'user\') ->with(\'other_stuff\')
Thanks to Kohana\'s excellent documentation, I\'m having to resort to prostrate myself on SO. ;) Hopefully this is really simple: I\'m trying to gather all stories which belong to a certain group of
Kohana 3.0 used to have Sprig, Jelly, etc. alongside with its default ORM system. As far as I understand, Kohana 3.1 is not compatible with Sprig and Jelly and its default ORM is still in development.
In the following code, th开发者_开发问答e \"add\" action works as expected, but the remove action throws an error citing that Kohana \"Cannot delete favorites model because it is not loaded.\"
I have one simple users table, and I want to find all users where email_notifications = 1. Logic dictates that the following should work:
I\'m trying to connect to my database in Kohana 3 but it\'s not connecting. This is the query I\'m trying to run from one of my modules:
I want to know that how can I开发者_运维技巧 use like statement in Kohana 3 in both ways using ORM and Query builder
So, another in my series of Kohana 3 ORM questions :) I have, essentially, a pivot table, called connections. The connections table connects a song to a keyword. That\'s all great and working (thanks