Changeset 687 for trunk/phpbms/include/tables.php
- Timestamp:
- 12/21/09 17:33:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/tables.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/tables.php
r674 r687 341 341 * one of the standard names it sets the default value based on the type 342 342 * 343 * @retrun array associative array with record defaults 343 344 */ 344 345 function getDefaults(){ … … 442 443 443 444 444 // This is a placeholder function for preparing variables form a form 445 // In most cases it is overriden. 445 /** 446 * prepares variables (usually from a form) for inserting or updating 447 * 448 * @param array $variables associative array with the record information 449 * 450 * @return array associative array with the record information 'prepped' 451 */ 446 452 function prepareVariables($variables){ 447 453