Initial commit

This commit is contained in:
Ismo Vuorinen
2010-09-23 08:09:13 +03:00
commit 54a8f76aec
3 changed files with 1176 additions and 0 deletions

12
example.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
header('Content-Type: text/html; charset=utf-8');
date_default_timezone_set('Europe/Helsinki');
echo "<pre>";
require_once("bassofeed.php");
// http://simplehtmldom.sourceforge.net/manual.htm
require_once("simple_html_dom.php");
$basso_alas = new BassoFeed('helsinki');
print_r($basso_alas);