Skip to content

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

Notifications You must be signed in to change notification settings

iddekingej/xmlview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages