kohana-orm
useradmin problem adding user (Call to undefined method Auth_ORM::register())
When I try to add a user this is the error I get: ErrorException [ Fatal Error ]: Call to undefined method Auth_ORM::register()[详细]
2023-03-06 00:14 分类:问答Kohana 3.1 counting ORM find_all results
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.[详细]
2023-03-04 13:18 分类:问答Tables not joining in Kohana 3.1 ORM
How do I get this to work? $stuff = ORM::factory(\'mytable\') ->with(\'user\') ->with(\'other_stuff\')[详细]
2023-02-26 05:13 分类:问答Kohana 3.1 ORM: How to make 'where ... in' clause
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[详细]
2023-02-24 10:15 分类:问答What ORM solutions are available for Kohana 3.1?
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.[详细]
2023-02-22 21:00 分类:问答Kohana ORM Model not loading
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.\"[详细]
2023-02-20 08:39 分类:问答Kohana 3 ORM find_all() returns all rows regardless of where clause
I have one simple users table, and I want to find all users where email_notifications = 1. Logic dictates that the following should work:[详细]
2023-02-17 15:12 分类:问答Database doesn't connect in Kohana 3
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:[详细]
2023-02-17 02:29 分类:问答kohana 3 like statement
I want to know that how can I开发者_运维技巧 use like statement in Kohana 3 in both ways using ORM and Query builder[详细]
2023-02-16 08:55 分类:问答Kohana 3 ORM: Getting most repeated values, ranked, and inserting into new object / array
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[详细]
2023-02-07 04:18 分类:问答