I just want to use a few classes Zend offers, Zend Date, Zend Mail, and a few others, but I can't get the date one to even do anything. I've included it this way:
include_once '../classes/zend/library/zend/date/DateObject.php'; $date = new Zend_Date(time());
Here's the error: Fatal error: Class 'Zend_Date' not found
Do I have to go through the steps to change the configuration files for apache, and php just to use this one class?
Any help is appreciated. Thanks.