The ORM find_by_* method is gone. (Kohana 2.2)

According to this post in the kohana forum, the find_by_* method of ORM is not avaliable since Kohana 2.2 because the performance issue.

In the previous version, Kohana 2.1.2, I used before. I can use find_by_*() method like this:

But for now, in Kohana 2.2, we should use where() instead, if we want to find by username, not by id.

damn, find_by_* is so intuitive.

Leave a comment. Your email is never published nor shared. Required fields are marked *

*
*

One Trackback

  1. By Recent Links Tagged With "kohana" - JabberTags on November 5, 2008 at 11:49 pm

    [...] public links >> kohana The ORM find_by_* method is gone. (Kohana 2.2) Saved by oddacorn on Tue 04-11-2008 daily links Saved by tarjanyil on Mon 20-10-2008 Kohana [...]