ez projects / bcfetchxml
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| bcfetchxml | Brookins Consulting | stable | 1.1.0 | 4.0.+ |
This extension provides for an effective easy to use eZ Publish template operator wrapper for PHP based remote xml url calls and optional url result caching.
Optional caching and advanced debugging / logging parameters are also provided.
Brookins Consulting is proud to announce the upcoming release of BC Fetch XML !
Parameters: fetchxml( $url (url, required), true() (cache, optional (defaults to true)), false() (debug, optional (defaults to false)) )
{def $url="http://xml.example.com"} {def $xml=fetchxml( $url )} {set $xml=fetchxml( $url, true() )} {set $xml=fetchxml( $url, true(), false() )} {set $xml=fetchxml( $url, true(), true() )}
Version 1.1.0
This branch of the operator is eZ Publish 4.0+ and PHP5+ Compatible
BC Fetch XML project sources migrate to GitHub
Wednesday 30 November 2011 03:32
Brookins Consulting