2017 © Pedro PelĂĄez
 

library uview

Micro view templating system for PHP

image

flaviovs/uview

Micro view templating system for PHP

  • Thursday, February 18, 2016
  • by flaviovs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

A micro view templating system for PHP

Usage:, (*1)

$registry = new UView\Registry('/path/of/view/files');
# (...)
try {
    # Will try to load '/path/of/view/files/page.php'
    $view = $registry->get('page');
} catch (RuntimeException $ex) {
    die('Could not find view file');
}
$view->set('user_name', 'John Smith');
$view->set('user_login', 'john.smith');

echo $view;

The Versions

18/02 2016

dev-master

9999999-dev

Micro view templating system for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by FlĂĄvio Veloso

18/02 2016

1.0.0

1.0.0.0

Micro view templating system for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by FlĂĄvio Veloso