kohana / orm

Kohana ORM
159 stars 108 forks source link

fixing ORM model name case #78

Closed novalagung closed 11 years ago

novalagung commented 11 years ago

Some webserver (like phpcl*ud) doesn't recognized non-case-sensitive model name

zeelot commented 11 years ago

We only accept pull requests on our develop branches. I also don't think this is necessary, class names are case sensitive starting in 3.3 so simply use the proper case when calling ORM::factory().