[ CAKEPHP ]Question in generate Xml file within controller snippet

nerbariass1967

New Member
I need to generate xml file from controller after I find in google and found solutionbut I have question in snippet
1.how to access file in webroot for example in snippet \[code\]$xmlFile = fopen('/webroot/xml/xml.xml', 'a');\[/code\]thank you for advice
 
Top