Forums / Developer / Building a module for EZP 3.9
Sébastien Antoniotti
Tuesday 21 August 2007 8:25:13 am
Hi everybody,
I need to build a custom module who will import XML objects into the EzPublish tree.
I work a long time with the simpleXML PHP API, and I would like to use it into my module.
So my questions are : can I use simpleXML into a 3.9 module, and did this article : http://ez.no/ezpublish/documentation/development/extensions/building_an_ez_publish_module is still good for building 3.9 modules ?
Thanks in advance !
eZ Publish Freelance web : http://www.webaxis.fr
Heath
Tuesday 21 August 2007 9:18:59 am
Hello,
<i>"The SimpleXML extension requires PHP 5."</i> So ... while one could use the PHP5 Port of 3.9, it seems the answer for most is not right now.
That's a pretty good example of how to build a module, most of that content looks valid and useful.
Cheers,Heath
Brookins Consulting | http://brookinsconsulting.com/ Certified | http://auth.ez.no/certification/verify/380350 Solutions | http://projects.ez.no/users/community/brookins_consulting eZpedia community documentation project | http://ezpedia.org
Nicolas Lescure
Tuesday 21 August 2007 12:01:07 pm
Hi,
Before, you should check the contribs.l think you'll find what you need : http://ez.no/community/contribs/import_export/xmlimport
Wednesday 22 August 2007 12:00:48 am
Effectively, I can't build it with simpleXML because I can't use the PHP5 port...
I knew the xmlimport extension and perhaps I will inspire me about it.
thank you for your answers !