PHP Classes

File: example/reverse.php

Recommend this page to a friend!
  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: 19 years ago
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();

?>