PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of mohamed Ibrahim gaber   SAMA_getFeeder   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example on the class
Class: SAMA_getFeeder
Parse and cache XML documents
Author: By
Last change: change the file ext.
Date: 14 years ago
Size: 268 bytes
 

Contents

Class file image Download
<?php
include 'Sama_getFeeder.class.php';
?>

<?
/**
 * example with full class features
 */

$rss = new SAMA_getFeeder('http://samams.com/wp/?feed=rss2',true,false);
$rss_data1 = $rss->get_rss_url_data();
?>
<pre>
<?php print_r($rss_data1); ?>
</pre>