PHP Classes

File: feedbackViewer.php

Recommend this page to a friend!
  Classes of Ilya Nemihin   Feedback   feedbackViewer.php   Download  
File: feedbackViewer.php
Role: Application script
Content type: text/plain
Description: script for showing form
Class: Feedback
Provide feedback about a site
Author: By
Last change:
Date: 21 years ago
Size: 105 bytes
 

Contents

Class file image Download
<?php

require_once( 'Feedback.php' );

$feedback = new Feedback();
echo
$feedback->getView();

?>