PHP Classes

File: Examples/demo2c.php

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

Contents

Class file image Download
<?php
// demo2c.php
include_once('../loco.php');
$gl = new GoLOCO();
$gl->__locoload('./demo2.loco');
$gl->__locogo();
$test = $gl->__locoobject();
echo
$test->value;
echo
"\n";
?>