hi Nate,
Yes, I did have a look.

The structure of of this PEAR library is like this:

Date\Date.php
Date\Date\Span.php
Date\Date\Calc.php
Date\Date\Human.php
Date\Date\Timezone.php

Date.php is the high level library.
The other libraries are the implementations.

The problem is that Date.php does a require_once on Span.php and other
files,
and each files (Span, Calc,Human,Timezone) does require_once on
Date.php
like this: " require_once 'Date.php'; "

It is on this line: " require_once 'Date.php'; " that gives error.

I agree with what you are saying, but it appears PHP does not realise
they are the same file. How does the vendor() statement translate to an
require() statement?

Pat.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to