Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:functions:registervariable [24.12.2014 17:23] – [Example 1] alexander.ritteren:create:functions:registervariable [28.12.2014 17:21] – [Example 2] alexander.ritter
Line 3: Line 3:
 ''void **registerVariable**(string //variableName//)'' ''void **registerVariable**(string //variableName//)''
  
-In PHP, a variable is normally only valid within __one__ PHP code element. By using ''registerVariable()'' , a variable can be made available for all following PHP code elements.  +In PHP, a variable is normally only valid within __one__ PHP code element. By using ''registerVariable()'', a variable can be made available for all following PHP code elements.  
  
   * //variableName//\\ A string (in quotation marks) with the name of the variable. This cannot be the variable itself (e.g. ''$item''), a string with the name of the variable (e.g. 'item').   * //variableName//\\ A string (in quotation marks) with the name of the variable. This cannot be the variable itself (e.g. ''$item''), a string with the name of the variable (e.g. 'item').
Line 30: Line 30:
 ===== Example 2 ===== ===== Example 2 =====
  
-On page 4 in the questionnaire, a rather complicated filter is used to determine whether the participant falls into group 1 (prospective clients or clients preparing to do business), or group 2 (current client). Different questions will be shown later on the in the questionnaire resulting from this classification.+On page 4 in the questionnaire, a rather complicated filter is used to determine whether the participant falls into group 1 (prospective clients or clients preparing to do business), or group 2 (current clients). Different questions will be shown later on the in the questionnaire resulting from this classification.
  
 <code php> <code php>
en/create/functions/registervariable.txt · Last modified: 21.04.2024 20:29 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki