, * Andreas Oesterreicher and * Rudolf Hangl . */ // header für no cache header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); // content type setzen header("Content-type: application/xhtml+xml"); require_once('../config/vilesci.config.inc.php'); require_once('../include/basis_db.class.php'); require_once('../include/bisio.class.php'); echo ''; $rdf_url='http://www.technikum-wien.at/zweck'; echo ' '; $db = new basis_db(); $bisio = new bisio(); if(isset($_GET['bisio_id'])) { $bisio->getZweck($_GET['bisio_id']); } else { $incoming = null; $outgoing = null; if (isset($_GET['type']) && $_GET['type'] == 'incoming') $incoming = true; if (isset($_GET['type']) && $_GET['type'] == 'outgoing') $outgoing = true; $bisio->getZweck(null, $outgoing, $incoming); } foreach($bisio->result as $row) { echo ' zweck_code.']]> kurzbz.']]> bezeichnung.']]> '; } ?>