phpBMS

Show
Ignore:
Timestamp:
12/21/09 17:33:42 (2 years ago)
Author:
brieb
Message:
  • Added ability to pass null onsubmit for form class so that form onsubmit is not shown
  • revised comments for tables clients table
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/tables.php

    r674 r687  
    341341          * one of the standard names it sets the default value based on the type 
    342342          * 
     343          * @retrun array associative array with record defaults 
    343344          */ 
    344345        function getDefaults(){ 
     
    442443 
    443444 
    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         */ 
    446452        function prepareVariables($variables){ 
    447453 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.