I'm getting the error: "Class 'Model_Events_Places' not found" when trying to do a simple query. (below) Under the models folder I have "events_places.php" with the correct properties setup and a table called "events_places" setup (with content). (Below is the query I'm using in my controller.)
Anyone know why am I getting this error? I'm guessing it's an underscore issue but I don't want to change my database structure around the code (or framework limitations).