PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Roland Dietrich   XmlRepository   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: XmlRepository
XML storage solution using MySQL
Author: By
Last change:
Date: 20 years ago
Size: 180 bytes
 

Contents

Class file image Download
<?php
   
/*
     * Example: Opening XML Document
     */
   
require_once('XmlRepository.class.php');
   
$repository = new XmlRepository();
   
   
$repository->getObject("/","stream");
?>