Skip to content

Latest commit

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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>

About

PHP View components for Laravel based on XML files , see the hikeroute repository

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages