PHP Classes

File: example/PropelWithNamespaceSchemaXml/schema.xml

Recommend this page to a friend!
  Classes of nvb   PHP Service Locator Generator   example/PropelWithNamespaceSchemaXml/schema.xml   Download  
File: example/PropelWithNamespaceSchemaXml/schema.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Service Locator Generator
Generate locator classes from configuration files
Author: By
Last change: Update of example/PropelWithNamespaceSchemaXml/schema.xml
Date: 2 months ago
Size: 570 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.propelorm.org/reference/schema.html --> <!-- http://www.propelorm.org/documentation/02-buildtime.html --> <database name="example_net_bazzline_component_locator" defaultIdMethod="native" namespace="My\\Tables"> <table name="table_one" phpName="MyTableOne" package="tables" namespace="One" description="Table-One "> <!-- content --> </table> <table name="table_two" phpName="MyTableTwo" package="tables" namespace="Two" description="Table-Two "> <!-- content --> </table> </database>