Ejemplo n.º 1
0
 function actionStatus()
 {
     // Create the URL object
     $url = new YDUrl('http://www.yellowduck.be/index.xml');
     // Dump the headers
     YDDebugUtil::dump($url->getStatus());
 }
Ejemplo n.º 2
0
 function actionStatus()
 {
     // Create the URL object
     $url = new YDUrl('http://ydframework.berlios.de/ydf2_changelog_summary.xml');
     // Dump the headers
     YDDebugUtil::dump($url->getStatus());
 }