PHP Classes

File: sample-index.php

Recommend this page to a friend!
  Classes of davood malek mohammadi   Fast PHP News   sample-index.php   Download  
File: sample-index.php
Role: Example script
Content type: text/plain
Description: sample
Class: Fast PHP News
Manage a news system stored in a text file
Author: By
Last change:
Date: 8 years ago
Size: 113 bytes
 

Contents

Class file image Download
<?php
include_once( dirname(__FILE__) . '/fastnews-code.php' );
$fn = new fastNews();
echo
$fn->display();
?>