| Recommend this page to a friend! |
| Classes of Matthias Richter | > | phpMyCoCo | > | page.php4 | > | 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();
?> |