PHP Classes

File: Examples/demo2b.php

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

Contents

Class file image Download
<?php
// demo2b.php
include_once('../loco.php');
$gl = new GoLOCO('Test');
$gl->__locoinclude('./demo2a.php');
$gl->value = 42;
$gl->__locosave('./demo2.loco');
?>