View Single Post
  #1 (permalink)  
Old 04-22-2008, 10:13 AM
jap jap is offline
Junior Member
 
Join Date: Apr 2007
Posts: 23
Default Loading form class problem

Hi

I'm setting up and testing Zend Framework but I just can't find out why I can't get this file (class) loaded.

Zend_Loader::loadClass('forms_ContactForm');

Then I get this error:

exception 'Zend_Exception' with message 'File "forms/ContactForm.php" does not exist or class "forms_ContactForm" was not found in the file' in /home/devtech/public_html/zspot/library/Zend/Loader.php:88
(and the stack...)

The actual file is located at: /application/default/forms/ContactForm.php name of the class is forms_ContactForm.

Is this enough information to maybe solve this problem?
Thanks,
Jasper
Reply With Quote