I found the following function, but I'm not sure how to use it:
- Code: Select all
function field__%fieldname%(&$record)
If I define several of these functions per table, how do I get them to show up in the application? Specifically, I would like them in browse and list views, but potentially also in edit if it is possible for them to be dynamically displayed.
Also, what syntax should be used for conditional-type expressions, operators such as sub-strings, etc. Should this be specified with SQL or PHP code?
Thanks,
Alan