This extension contains 2 very usefull features: Data bindings and data formatter.
With data bindings you can bind your recordset fields value to every attribute and/or property of any html tags. Selecting the tag you need bind the extension show the list of attribute you can bind but you can also setup your custom attribute name.
With data formatter you can format and/or convert the recordset field value with a lot of different text transformation, numeric calculation and date formatting and you can also filter and/or sort your recordset before use it in a repeat region. When you choose a formatter the extension show the fields where you can enter the additional parameters needed for the choosen formatter.
Your data and formatting are show in a tree view so you can bind directly in Dreamweaver design view.
When you bind a tag you can enter more formatter at the same time so for example you can filter a recordset, sort it, transform the field value and format the resulting field value all in the same bind operation.
You can choose the data from standard dreamweaver recordset and/or from our professional recordset extension.
With this extension you have also a repeat region that must be used with BindingFormatter extension.
After you install the extension you can find the 2 icones to use this extension in the object palette under the DwZonePhp tab:
Formatters list:
Recordset formatters:
Average
Count
Join
Last
Max
Min
Sum
Top
Sort
Where
Between
Contains
EndWith
StartWidth
Test
Text formatters:
Camelcase
Camelize
Capitalize
Dasherize
Humanize
LowerCase
UpperCase
Replace
Slugify
TrimStart
Trim
TrimEnd
Left
Right
Substring
HtmlEntities
HtmlSpecialChars
Bin2Hex
Hex2Bin
MD5
SHA1
Nl2Br
StripTags
StrLen
StrRev
Text formatters:
Camelcase
Camelize
Capitalize
Dasherize
Humanize
LowerCase
UpperCase
Replace
Slugify
TrimStart
Trim
TrimEnd
Left
Right
Substring
HtmlEntities
HtmlSpecialChars
Bin2Hex
Hex2Bin
MD5
SHA1
Nl2Br
StripTags
StrLen
StrRev
Date formatters:
DateAdd
DateDiff
DaysInMonth
DateFormat
Only for Php My-Sql 5.0 or more