Changeset 448 for trunk/Common/Types
- Timestamp:
- Oct 16, 2012, 9:49:30 PM (12 years ago)
- Location:
- trunk/Common/Types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Types/OneToMany.php
r447 r448 26 26 if(array_key_exists('Condition', $Type['Parameters'])) $Where = ' WHERE '.$Type['Parameters']['Condition']; 27 27 else $Where = ''; 28 print_r($Item);29 28 if(array_key_exists('Null', $Item) and $Item['Null']) 30 29 { -
trunk/Common/Types/String.php
r428 r448 21 21 function OnLoad($Item) 22 22 { 23 //echo($Item['Name'].'='.$_POST[$Item['Name']].','.is_null(NULL).'<br>'); 23 24 return($_POST[$Item['Name']]); 24 25 }
Note:
See TracChangeset
for help on using the changeset viewer.