Re: Problem with loading xml data

2012-03-27 Thread heohni
Can I push this up? I still need your help, guys! Am Montag, 26. März 2012 09:34:44 UTC+2 schrieb heohni: Hi, within a helper class I would like to call this xml App::uses('Xml', 'Utility'); App::uses('AppHelper', 'View/Helper'); class SuggestHelper extends AppHelper { function

Problem with loading xml data

2012-03-26 Thread heohni
Hi, within a helper class I would like to call this xml App::uses('Xml', 'Utility'); App::uses('AppHelper', 'View/Helper'); class SuggestHelper extends AppHelper { function suggest($keyword){ $keyword = urlencode(trim($keyword)); $xml = Xml::build($this-feed_url.$keyword); $parsed_xml