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.
One Trackback
[...] 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 [...]