Php Conditional Region
Version 1.0.0  Help and tutorialsAdd to cart
 Description

 

This extension insert a conditional region IF THEN ELSE statement in your page with the option to choose if insert the ELSE statement before or after the selection, your can choose the two conditions and the operator in the extension panel. The two conditions can be write by hand or choose in dynamic panel


Only for Php-MySql

 

   
Expression 1: The first conditional espression for the IF statement. Can be a dynamic value from any datasource you have in your page
   
Operator: The operator for the comparison between the 2 expressions.
You can choose betwenn the operator:
- Less than
- Less than or equal to
- Greater than
- Greater than or equal to
- Equal
- Identical
- Not equal
- Not Identical
- AND
- NOT
- OR
- XOR
   
Expression 2: The second conditional espression for the IF statement. Can be a dynamic value from any datasource you have in your page
   
Else: Define if insert the Else statement and if must be insert before or after the selection