CodeIgniter Forums
How to use PHP DOM in Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to use PHP DOM in Codeigniter (/showthread.php?tid=8391)



How to use PHP DOM in Codeigniter - El Forum - 05-16-2008

[eluser]Prasad.P[/eluser]
Hi Everybody,

I'm a newbie to this framework, well i have a requirement. I had implemented a small project with php dom without codeigniter. Now i've started implementing with code igniter, but i wanted PHP Dom feature in this framework. I saw the userguide of this framework, they had given XML-RPC class. I'm not so comfortable with XML-RPC.

I browsed thru codeigniter wiki, there is one person created DOMlib, but he didn't provide the library class. I hope if the User by name "Iksander" views this post can give me a solution or if any users have a copy of DOMlib, please provide me the code.

Thanx in advance.

PRASAD


How to use PHP DOM in Codeigniter - El Forum - 05-16-2008

[eluser]xwero[/eluser]
I'm thinking you are talking about different things in your post. A dom lib as far as i know creates documents using a tree structure and XML-RPC is a way to let machines communicate with each other using a protocol.

if you have the php dom extension on your server you can work with it in CI as you did in the non CI project.

Or am i missing something?