Skip to content

Instantly share code, notes, and snippets.

@taikimen
taikimen / README
Created October 18, 2010 17:09
My favorite Kohana-ORM extends class.
This gist provides 3 additional function for Kohana-ORM.
1) Cache column lists.
Kohana's original ORM execute "show column" query every call time.
I think that the column lists should be cached for long time like CakePHP.
2) Has many relation with Left Join query.
By Kohana's original ORM , has many relation query do like this.