Mam cos takiego :
$client = new Zend_Http_Client('http://www.jakas_stronka.pl/'); $response = $client->request(); $dom = new Zend_Dom_Query($response); $results = $dom->query('#news .tytul a');
Wyswietla mi to tytuly newsow ale ja chce miec tez link do tego newsa (wciagnąc jakos wartosc href) jak mam to zrobic ?