Reputation: 139
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
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
Reputation: 4574
check this CI database utility class will help you to generate xml
Upvotes: 0