This plugin is currently in BETA stage.
Documentation is under construct and may have inacurate parts. Please help us improving it by reporting invalid content/broken links.
import
Description
Import tags are used to fetch configuration from other files. Importing files obey to few rules:
- Imported
packages replace already configuredpackages - If more than one file of the same name is present in the plugin, the project and the application, the one from application always takes precedence on the one from the project, which takes precedence on the one from the plugin.
- An
importclause will always include only one file, following the previous rule.
Children nodes
Import tags has no children.
PHP definition
An import tag is taken care about by the parent's sfDynamicsConfigDefinition instance.
Example
<import resource="myconfig.xml" />