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

ErrorException [ Fatal Error ]: Class 'Auth' not found #93

Open romulosas opened 11 years ago

romulosas commented 11 years ago

I`m trying authentication with this code:

Base_Auth_Leap::_login($login, $senha, $remember)

but I got this error:

ErrorException [ Fatal Error ]: Class 'Auth' not found

What I`m doing wrong!?

Thanks!