Login   Register  
PHP Classes
elePHPant
Icontem

File: example/reverse.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Hugo Ferreira da Silva  >  Lumine  >  example/reverse.php  >  Download  
File: example/reverse.php
Role: Example script
Content type: text/plain
Description: A reverse engineering example script
Class: Lumine
Object-relational mapping tool
Author: By
Last change:
Date: 2005-10-26 13:58
Size: 246 bytes
 

Contents

Class file image Download
<?php

require_once '../lumine/LumineConfiguration.php';
require_once 
LUMINE_INCLUDE_PATH 'LumineReverse.php';

$conf = new LumineConfiguration('lumine-conf.xml');
$reverse = new LumineReverse($conf->config);
$reverse->doReverse();

?>