2017 © Pedro Peláez
 

library template

Template component for Palmtree PHP

image

palmtree/template

Template component for Palmtree PHP

  • Sunday, November 12, 2017
  • by palmtree
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Palmtree PHP Template

Templating component for Palmtree PHP, (*1)

Usage

Welcome to the Hello World site';

echo $template;
```

```html




    
<?php echo $document_title; ?></title>
</head>
<body>
<main>
    <h1><?php echo $heading; ?></h1>
    <?php echo $content; ?>
</main>
</body>
</html>

License

Released under the MIT license, (*2)

The Versions

12/11 2017

dev-master

9999999-dev

Template component for Palmtree PHP

  Sources   Download

MIT

The Requires

 

by andyexeter

12/11 2017

v1.0.0

1.0.0.0

Template component for Palmtree PHP

  Sources   Download

MIT

The Requires