If you name your class blog_models_myclass it should work just fine.
The zend loader assumes that classes have their path in their name.
/ or \ would be replaced by _ tho.
If that doesn't help, make sure that "application/" is in your php include path.
|