library uview
Micro view templating system for PHP
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
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;
dev-master
9999999-dev
Micro view templating system for PHP
Sources
Download
MIT
The Requires
The Development Requires
by
FlĂĄvio Veloso
1.0.0
1.0.0.0
Micro view templating system for PHP
Sources
Download
MIT
The Requires
The Development Requires
by
FlĂĄvio Veloso