2017 © Pedro Peláez
 

library pages

A library to print nice pages quickly

image

tdt/pages

A library to print nice pages quickly

  • Wednesday, August 7, 2013
  • by pietercolpaert
  • Repository
  • 2 Watchers
  • 0 Stars
  • 440 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

tdt/pages

A library to print nice pages quickly, (*1)

Why

When we need nice pages across a project which main focus is API output, and not a CMS, we might use a very simple and light system to print simple, yet beautiful and interactive pages., (*2)

Usage


use tdt\pages\Generator; $generator = new Generator(); // Set title $generator->setTitle("This is an example page"); // Add a javascript library $generator->addJS("http://....js"); // Add some CSS $generator->addCSS("http://....css"); // Add a menu item: title, url, active, open in new window $generator->addMenuItem("This page", "#", true, false); // Generate the page $generator->generate("

Hello World!

");

© OKFN Belgium AGPLv3, (*3)

The Versions

07/08 2013

dev-master

9999999-dev http://thedatatank.com

A library to print nice pages quickly

  Sources   Download

AGPLv3

The Requires

 

template pages

07/08 2013

v0.0.2

0.0.2.0 http://thedatatank.com

A library to print nice pages quickly

  Sources   Download

AGPLv3

The Requires

 

template pages

07/08 2013

dev-development

dev-development http://thedatatank.com

A library to print nice pages quickly

  Sources   Download

AGPLv3

The Requires

 

template pages

07/08 2013

v0.0.1

0.0.1.0 http://thedatatank.com

A library to print nice pages quickly

  Sources   Download

AGPLv3

The Requires

 

template pages