Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 610 Bytes

xmlview

A PHP framework with XML based view components.

Not much documentation yet.

For now, a simple example:

<page type="@hrPage">
    <datalayer type="App\Vc\Route\EditLayer" />
    <openLayer trace="${routeTrace}" />
    <form title="__Edit route" url="${url}">
        <formText name='title' label="__Title" />       
        <formText name="location" label="__Location" />
        <formCheckBox name="publish" label="__Publish?" />
        <formTextArea name="comment" label="__Comment" />
    </form>
</page>