Skip to content

Instantly share code, notes, and snippets.

@robzienert
Created April 26, 2010 13:51
Show Gist options
  • Save robzienert/379348 to your computer and use it in GitHub Desktop.
Save robzienert/379348 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<injector>
<classes>
<class>
<type>applicationModel</type>
<namespace>name.space</namespace>
<className>Name_Model_Space</className>
</class>
</classes>
<types>
<type>
<name>applicationModel</name>
<format>%s_Model_%s</className>
</type>
</types>
</injector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment