PHP Classes

File: extendtest.php

Recommend this page to a friend!
  Classes of Chris McCreadie   SmartExtender   extendtest.php   Download  
File: extendtest.php
Role: ???
Content type: text/plain
Description: See the class in action
Class: SmartExtender
Author: By
Last change:
Date: 23 years ago
Size: 434 bytes
 

Contents

Class file image Download
<?php include "smartextender.php"; #confgiure main class $tb = new smartextender; #give your new class a name $tb->setup("SmartTest1"); #get the functions of the class $tb->addfunctions("headerclass","headerclass.class.php"); $tb->addfunctions("headerclass2","headerclass2.class.php"); #get a status report $tb->status(); #output it and save show source set to n not to show. $tb->output("file1.php","y"); ?>