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

3.3/develop #42

Closed corbinu closed 12 years ago

corbinu commented 12 years ago

Fixed a couple of issues with Kohana 3.3 and case sensitive file systems.

1) The config file values needed to match the new class changed names for PSR-0 on Kohana 3.3 2) The Auth system in get_user_by_login had the User model name hard coded as "user" which also needed to be updated to "User" under the new class names so pointed at the user model as defined in the auth config file

corbinu commented 12 years ago

I seem to have accidentally pointed this pull request at spadefoot:3.2/master instead of spadefoot:3.3/develop as it should be an I am not sure how to fix that? Sorry I am still relatively new to GitHub

bluesnowman commented 12 years ago

Thanks for the corrections. Your help on this project is much appreciated.

I have manually merged in these changes to 3.3 branches and made the changes to the Auth class in both the 3.1 and 3.2 branches.