PHP Classes

File: fullsize.php

Recommend this page to a friend!
  Classes of Alex   Lights GD   fullsize.php   Download  
File: fullsize.php
Role: Example script
Content type: text/plain
Description: here is a picture of complete window
Class: Lights GD
Render blueprint image of house windows with panes
Author: By
Last change: Update of fullsize.php
Date: 2 months ago
Size: 217 bytes
 

Contents

Class file image Download
<?php
require './Light_GDClass.php';

require
'./validateForm.php';

// create an object to work with
$thumb = new Light_GDClass($width_r, $Panes[1]['height']);

require
'./createPanes.php';

echo
$thumb->output();
?>