Problems with attributes
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-10 11:21:14
|
On Friday 10 May 2002 1:00, Nigel Swinson wrote: > Well done! You've found the first 3.0 bug. If you get the latest version > out of cvs then it should work. Have added a set of tests to the test > harnes so that this bug won't appear in future releases. downloaded the cvs version, but it looks like getData will no longer fetch attributes, either in the @ or the attribute:: notation. I have changed my scripts to use getAttributes instead, but is this deliberate or a bug? When I ran my old scripts - using getData - it produced errors for the implode line immediately following. Shouldn't === read == ? The errors went away when I changed this! |