Jeffrey Kemp
Jeffrey Kemp
Tokenize a string. Similar in functionality to strtok from C and PHP. Useful in procedural code when the delimiter character(s) can change from token to token - i.e. not a...
Implement an email template system. - Store a template with name, subject, body, substitution variables, attachments (images, css) - sub-templates for Region(s), Sidebar(s), Header and Footer - API to create/update/delete...
- settings table to have separate settings for each domain - some settings are global (prod name; oracle wallet) - one domain is the "default" domain - optional p_domain parameter...
Enable a drawing mode wherein the end user can: 1. Draw a rectangle on the map - Highlight any pins that fall within the selected region - Raise a page...
Add a Save Process dynamic action plugin that will save the contents of the map data. For example, if the user has added or modified pins on the map, or...
* Allow drawing circles, rectangles and other shapes on the map * Load administrative area boundaries * Style shapes with border and/or fill Investigation required to determine feasibility.
Provide JavaScript API calls to manipulate the pins dynamically. For example, the developer could add a dynamic action on the `mapClick` event which adds a pin to the map, and...
same as time_stop (function) except that it returns the time as an INTERVAL DAY TO SECOND
If logging at the debug level is disabled, or the package is compiled with the "noop" option, logger.time_stop (function) will raise the "function returned without value" exception. Also - it...
If the following is done in a session (this was immediately after installing Logger): ``` exec logger.log('Hello World'); exec logger_configure; ``` The following exception was raised: ``` Error starting at...