Welcome Guest, Not a member yet? Register   Sign In
Reading From XML instead of database?
#1

[eluser]saidbakr[/eluser]
Hello,

I need to know how reading a local, or remote, server xml file and using its data instead of database? For example,
Code:
<xml>
<item>
<item_id>1</item_id>
<item_title>First title</item_title>
<item_content>First one content blah blah..</item_content>
<item_author>John Loe</item_author>
</item>
<item>
<item_id>2</item_id>
<item_tite>and so on....

How could I use CI to read this XML file? and what are suitable to do this task, a helper or a plugin? and where could I able to find pre-made such plugins and helpers for CI?


Messages In This Thread
Reading From XML instead of database? - by El Forum - 09-20-2009, 04:28 PM
Reading From XML instead of database? - by El Forum - 09-20-2009, 07:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB