Hello Kevin,
interface traversable is only a tag. And as such it can only be
implemented by either interfaces Iterator and Aggregate or by internal
classes. That said there is either something wrong with the check for
implementers being internal classes or PDO classes aren't internal
classes whe
It's something for Marcus to look at, as he added that line.
--Wez.
On 9/11/05, Kevin Waterson <[EMAIL PROTECTED]> wrote:
> This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote:
>
> > Looks like implementing traversable also requires implementing some
> > other interfaces.
> > I've
This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote:
> Looks like implementing traversable also requires implementing some
> other interfaces.
> I've removed this line from the code in CVS, so that people can
> actually use the snapshots; they're currently all hard-broken with
> thi
Looks like implementing traversable also requires implementing some
other interfaces.
I've removed this line from the code in CVS, so that people can
actually use the snapshots; they're currently all hard-broken with
this error when a class implements traversable.
If there's any other code doing t