This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |