Dynaweb Core PHP Web Application Framework (DWC)

DWC is our highly optimised custom development framework based on industry standard Object Oriented Programming PHP. The abstraction layer programming allows DWC to be quickly deployed for any type of business data Content Management System (CMS) while maintaining the highest possible level of integration between the data sets.

At it’s core, DWC allows us to edit and manage any content type (CT) and the required fields through a single file named ‘customPages.inc’

Following is the syntax for a Book CT with multiple fields and 3 language options: English, French & Spanish.

The function is:

$fieldKey is the name of the field, as it will be stored on the database and then accessible through the extra fields object.

$fieldLabel is the field label on the edit form (above the input)

$fieldType is the field type, which can be one of: ‘string’, ‘integer’, ‘double’, ‘geo’, ‘text’, ‘html’, ‘date’, ‘datetime’, ‘time’, ‘image’, ‘file’, ‘media’, ‘file_other’, ‘dimensiongroup’, ‘addressgroup’

$translatable parameter (first boolean) indicates whether that field is translatable or not. Translatable fields are grouped together with the main text body on the translation tabs.

$hidden (second boolean) indicates a hidden field <input type=”hidden”> This has been added to support fields that are somehow calculated by javascript on the edit form, yet have their data stored as one of the standard field types.

Apps deployed with DWC

A travel portal for the best things to do in Utah featuring integrated location based listings of attractions in your location.
A leading Tour Operator for exquisite and unforgettable wilderness experiences.
The worlds leading high end furniture portal featuring catalogues from over 300 of the worlds greatest manufacturers.