Login   Register  
PHP Classes
elePHPant
Icontem

File: example/lumine-conf.xml

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/lumine-conf.xml  >  Download  
File: example/lumine-conf.xml
Role: Example script
Content type: text/plain
Description: A configuration file
Class: Lumine
Object-relational mapping tool
Author: By
Last change:
Date: 2005-10-26 13:57
Size: 570 bytes
 

Contents

Class file image Download
<lumine-configuration>
    <configuration>
        <escape>1</escape>
        <class-path>c:/www/lumine/example</class-path>
        <maps>mapping</maps>
        <package>com.domain.classes</package>
        <database>lumine_example</database>
        <host>localhost</host>
        <user>root</user>
        <password></password>
        <create-classes>1</create-classes>
        <create-maps>1</create-maps>
        <generate-accessors>0</generate-accessors>
        <dialect>MySQLInnoDB</dialect>
    </configuration>
    <mapping>
        <item src="mapping.Car" />
        <item src="mapping.Person" />
    </mapping>
</lumine-configuration>