![]() |
XML Library - 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: XML Library (/showthread.php?tid=23461) |
XML Library - El Forum - 10-12-2009 [eluser]gedev2006[/eluser] hi I get this error: Unable to load the requested class: xml When i do: $this->load->library ( 'xml' ); XML Library - El Forum - 10-12-2009 [eluser]InsiteFX[/eluser] Show your code where your loading from! Enjoy InsiteFX XML Library - El Forum - 10-12-2009 [eluser]jedd[/eluser] [quote author="gedev2006" date="1255355959"]hi I get this error: Unable to load the requested class: xml When i do: $this->load->library ( 'xml' );[/quote] There's an xml helper. And an xmlrpc library. But no xml library. Unless you're pulling in something of your own creation in your application/libraries directory? |