Skip to content
/ view Public

Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers.

License

Notifications You must be signed in to change notification settings

clean/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean\View

Build Status Code Climate Test Coverage Issue Count

Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers.

Installation

via Composer

require: {
  "clean/view": "dev-master"
}

Usage

$view = new View('template.phtml', ['placeholder' => 'value', ...]);
$view->setParent(new View('layout.phtml', [...]));
echo $view;

About

Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages