I have the following model: class_user nammed after a table in my database clas_user. When I call this model with the following code:
$class_user = new Model_Class_User();
It can't find my model. Within my model file, the class is named exactly the same way (Model_Class_User).
Does Kohana not like model names with underscores?