PHP: CakePHP and XML
How to get XML content in cakePHP controller?
App::import('Xml');
$url = Server.Mappath("file/xml_file.xml");
$parsed_xml =& new XML($url);
Tags: cakePHP, PHP, xml
This entry was posted
on Monday, June 1st, 2009 at 10:25 pm and is filed under PHP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.