PHP Classes

File: page.php4

Recommend this page to a friend!
  Classes of Matthias Richter   phpMyCoCo   page.php4   Download  
File: page.php4
Role: ???
Content type: text/plain
Description: example embedding for phpMyCoCo
Class: phpMyCoCo
Author: By
Last change:
Date: 23 years ago
Size: 224 bytes
 

Contents

Class file image Download
<?php $COCOPATH = "/home/matthias/phpMyCoCo"; if(!include ("$COCOPATH/coco.main.php")) {echo "Cannot include coco!\n";} ?> <?php $coco = new phpMyCoCo; $coco -> init(); $coco -> includePageComments(); ?>