Conventions

Naming Conventions

SteelPHP uses the following naming conventions:
Attribute definition names and webservice parameters:
<attributename>_<type>
Webservice return xml tag names and data base field names:
<ATTRIBUTENAME>_<TYPE>
Text (or translation) items:
TID[_<CONTEXTNAME>]_<TYPE>_<NAME>