Changeset 617

Show
Ignore:
Timestamp:
04/24/07 18:34:54 (1 year ago)
Author:
mikey
Message:

moved foreign class loader example to examples directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/foreignClassLoaders/xp.php

    r448 r617  
    11<?php 
    2 require '../config/php/config.php'; 
     2require '../../config/php/config.php'; 
    33require stubConfig::getLibPath() . DIRECTORY_SEPARATOR . 'stubbles.php'; 
    44stubClassLoader::load('net.stubbles.util.ext.stubXPClassLoader'); 
     
    2020} 
    2121Bootstrap::main(); 
     22echo 'The PHP code:<br />'; 
     23echo highlight_file(__FILE__); 
    2224?>