PHP Classes

File: Examples/demo2a.php

Recommend this page to a friend!
  Classes of Thomas Björk   LOCO   Examples/demo2a.php   Download  
File: Examples/demo2a.php
Role: Example script
Content type: text/plain
Description: Example 2 - Part 1
Class: LOCO
Queue actions on objects to be performed later
Author: By
Last change: Update of Examples/demo2a.php
Date: 5 months ago
Size: 51 bytes
 

Contents

Class file image Download
<?php
// demo2a.php
class Test {
  var
$value;
}
?>