|
|
| |
1. Processing XML in jQuery-style |
|
Reply |
|
|
 Fabian Grutschus | 2012-09-13 14:42:03 |
Hi,
if you like the fluent query style that jQuery is using you can have that for PHP too: http://fluentdom.github.com/. |
| |
2. Re: Processing XML in jQuery-style |
|
Reply |
|
|
 Manuel Lemos | 2012-09-13 15:32:13 - In reply to message 1 from Fabian Grutschus |
I understand that some people may enjoy a fluent interface to avoid assigning the objects to temporary variables.
However, you still need to write a lot of custom code to extract all the data you need. |
|