PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Saleh Abdulaziz Aljabarty   Projects View Page   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example file
Class: Projects View Page
Scan and display contents of project files.
Author: By
Last change:
Date: 9 years ago
Size: 74 bytes
 

Contents

Class file image Download
<?php
require('ws.php');
$pr = new Projects();
$pr->viewProjects();
?>