PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   Generic XML parser class   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Define the array of the package class files
Class: Generic XML parser class
Arbitrary XML parser.
Author: By
Last change:
Date: 0 years ago
Size: 196 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.1 2023/05/29 07:43:31 mlemos Exp $
 *
 */

 
$__classmap += array('xml_parser_class'=>__DIR__.DIRECTORY_SEPARATOR.'xml_parser.php');
 
?>