Download the PHP package unl/php-dwt-parser without Composer
On this page you can find all versions of the php package unl/php-dwt-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unl/php-dwt-parser
More information about unl/php-dwt-parser
Files in unl/php-dwt-parser
Download unl/php-dwt-parser
More information about unl/php-dwt-parser
Files in unl/php-dwt-parser
Vendor unl
Package php-dwt-parser
Short Description A PHP library for parsing DWT files and turning them into PHP classes
License BSD-3-Clause
Homepage http://wdn.unl.edu/
Package php-dwt-parser
Short Description A PHP library for parsing DWT files and turning them into PHP classes
License BSD-3-Clause
Homepage http://wdn.unl.edu/
Please rate this library. Is it a good library?
Informations about the package php-dwt-parser
PHP DWT Parser
This package generates php class files (objects) from Dreamweaver template files. Examples found under docs/examples/
.
Test browser output (basic/example_style1.php
):
- Open
docs/examples/basic/example_style1.php
in a browser. - Builds a webpage object based on a class file that was previously generated by
createTemplates.php
.- The member variables of this object are editable regions that should be modified as desired.
- This uses
TemplateStyle1.php
andTemplate_style1.tpl
that have been pregenerated.
Test template creation:
`
This will write new versions of TemplateStyle1.php
and Template_style1.tpl
to docs/examples/basic/
Scanner (scanner_example.php
):
Scans a rendered DWT-based page for editable regions. All editable regions become member variables of the scanner object.
All versions of php-dwt-parser with dependencies
PHP Build Version
Package Version
The package unl/php-dwt-parser contains the following files
Loading the files please wait ....