Todo List
[line 25]
[line 26]
[line 28]
LastFMSearch __construct( )
void cdata( $parser, $cdata)
This is called for the content of an XML tag
void create_parser( )
this sets up an XML Parser that we can use to parse the XML document we recieve
void end_element( $parser, $tag)
This is called on the close of an XML tag
void run_search( $url)
do a full search on the url they pass
void search( $artist, $album)
takes terms and a type
void start_element( $parser, $tag, $attributes)
This function is called when we see the start of an xml element