user642721
user642721

Reputation: 139

Generate XML file from database - Codeigniter

can anyone explain me how to create xml file from database using codeigniter.

I like to create simple xml file dynamically...

Upvotes: 0

Views: 1946

Answers (2)

complex857
complex857

Reputation: 20753

Take a look into the Databse utils class, it has a xml_from_result method that will try to generate xml from any database result objects.

Upvotes: 1

umefarooq
umefarooq

Reputation: 4574

check this CI database utility class will help you to generate xml

Database Utility Class

Upvotes: 0

Related Questions