View Single Post
  #2 (permalink)  
Old 06-10-2008, 02:23 PM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

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.
Reply With Quote