Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stephan Krauss  >  Simple Documenter  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Simple Documenter
Generate documentation extracted from PHP code
Author: By
Last change:
Date: 2005-01-30 07:33
Size: 245 bytes
 

Contents

Class file image Download
<?
/**
 Datei:
 example.php
 
 Beschreibung:
 Steuerungsdatei zur Erstellung der Dokumentation
 einer Klasse oder Funktionssammlung
 
 
***/

include_once('documenter.inc');
$doc = new documenter('file.php');
$doc->ausgabe();

?>