php Programming Glossary: dbutil
XML creation using CodeIgniter http://stackoverflow.com/questions/10361074/xml-creation-using-codeigniter to generate XML public function get_cuisine this load dbutil sql select from cuisine query this db query sql config array.. 'root' 'element' 'element' 'newline' n 'tab' t echo this dbutil xml_from_result query config But this shows the general print.. file directly Using the Codeigniter Output class xml this dbutil xml_from_result query config this output set_content_type 'text..
Reports in Codeigniter http://stackoverflow.com/questions/11189021/reports-in-codeigniter function get_report this load model 'my_model' this load dbutil this load helper 'file' get the object report this my_model.. index pass it to db utility function new_report this dbutil csv_from_result report Now use it to write file. write_file.. file it is easy too. Just use xml_from_result method of dbutil and use write_file 'xml_file.xml new_report Visit these links..
|