|
One of Zym's goal is to simplify development of PHP applications with ZF, so we've created an experimental Zend_Form schema for Zend_Config_Xml.
It is currently located at http://www.zym-project.com/schema/Form/1.5 <?xml version="1.0" encoding="UTF-8"?>
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.zym-project.com/schema/Form/1.5">
<elements>
<element>
<type>Text</type>
<name>Foo</name>
</element>
</elements>
</form>What does having a schema mean? Having a schema allows those with tools that allow auto completion such as OxygenXml will improve the productivity and creation times of forms. Give it a try and post some feedback on our mailing list http://groups.google.com/group/zym-framework
 |