PHP Classes

File: demo.php

Recommend this page to a friend!
  Classes of Tiago André   Header from folders   demo.php   Download  
File: demo.php
Role: Example script
Content type: text/plain
Description: Demo File
Class: Header from folders
Generate HTML pages with custom JavaScript and CSS
Author: By
Last change:
Date: 11 years ago
Size: 92 bytes
 

Contents

Class file image Download
<?php
   
include('header.class.php');
   
   
$head=new header('My First CMS');
   
$head->show();
?>