PHP Classes

File: SalamCast.php

Recommend this page to a friend!
  Classes of Karl Holz   Proxy Cast   SalamCast.php   Download  
File: SalamCast.php
Role: Example script
Content type: text/plain
Description: loads podcast config, demos 2 different config methods
Class: Proxy Cast
Generate JSON from podcast feeds to serve players
Author: By
Last change: Update of SalamCast.php
Date: 1 year ago
Size: 65 bytes
 

Contents

Class file image Download
<?php
//
require_once('podcast.php');
$x='';

new
podcast($x);
?>