PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Karl Holz   Salat Reminder   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: example of the class usage
Class: Salat Reminder
Generate a feed with the Salat times of a location
Author: By
Last change: Update of index.php
Date: 1 year ago
Size: 84 bytes
 

Contents

Class file image Download
<?php
require_once('salatcast.class.php');
$salat=new SalatReminder;
echo
$salat;
?>