Download the PHP package mvccore/ext-view-helper without Composer
On this page you can find all versions of the php package mvccore/ext-view-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvccore/ext-view-helper
More information about mvccore/ext-view-helper
Files in mvccore/ext-view-helper
Download mvccore/ext-view-helper
More information about mvccore/ext-view-helper
Files in mvccore/ext-view-helper
Vendor mvccore
Package ext-view-helper
Short Description MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
License BSD-3-Clause
Package ext-view-helper
Short Description MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ext-view-helper
MvcCore - Extension - View - Helper
Abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
Installation
Example
Your custom primitive view helper code:
... could be more sofisticated with this package:
Automaticly assigned protected properties
AbstractHelper::$view
as\MvcCore\View|\MvcCore\IView
AbstractHelper::$controller
as\MvcCore\Controller|\MvcCore\IController
AbstractHelper::$request
as\MvcCore\Request|\MvcCore\IRequest
AbstractHelper::$response
as\MvcCore\Response|\MvcCore\IResponse
Behaviour
- Your view helper will be created by static method
GetInstance()
as singleton with abstract classAbstractHelper
. - Everytime, when there will be rendered different view script (action view, layout view or sub-controller view), there will be called automatically method
AbstractHelper::SetView($view);
to setup view object or other objects inside helper to actual ones.
All versions of ext-view-helper with dependencies
PHP Build Version
Package Version
The package mvccore/ext-view-helper contains the following files
Loading the files please wait ....