PHP Classes

File: test/Configuration/Assembler/schema.xml

Recommend this page to a friend!
  Classes of nvb   PHP Service Locator Generator   test/Configuration/Assembler/schema.xml   Download  
File: test/Configuration/Assembler/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 test/Configuration/Assembler/schema.xml
Date: 5 months ago
Size: 567 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="test_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>