Welcome Guest, Not a member yet? Register   Sign In
How to use PHP DOM in Codeigniter
#1

[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
#2

[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?




Theme © iAndrew 2016 - Forum software by © MyBB