spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Insert Proxy Fix #71

Closed CubedEye closed 11 years ago

CubedEye commented 11 years ago

After some Googling this seems to be the better solution over call_user_func(array($this->model, 'is_auto_incremented'));