|
Stud.IP
2.5 Revision
|
Namespaces | |
| calendar | |
Variables | |
| $experiod = Request::option('experiod') | |
| $expmod = Request::option('expmod') | |
| $extype = Request::option('extype') | |
| $exEndDate = Request::option('exEndDate') | |
| $exendday = Request::option('exendday') | |
| $exendmonth = Request::option('exendmonth') | |
| $exendyear = Request::option('exendyear') | |
| $exStartDate = Request::option('exStartDate') | |
| $exstartday = Request::option('exstartday') | |
| $exstartmonth = Request::option('exstartmonth') | |
| $exstartyear = Request::option('exstartyear') | |
| if($experiod !='period') if($expmod=='exp_direct' && $termin_id) | $err = array() |
| if($experiod=='period') if(($expmod !='exp' && $expmod !='imp' && $expmod !='sync')||($expmod=='exp' &&!empty($err))) if(($expmod !='exp' && $expmod !='imp' && $expmod !='sync')||($expmod=='exp' &&!empty($err))) elseif($expmod=='exp' &&empty($err)) elseif($expmod=='imp') elseif($expmod=='sync') | print_cell ($params) |
| $exEndDate = Request::option('exEndDate') |
| $exendday = Request::option('exendday') |
| $exendmonth = Request::option('exendmonth') |
| $exendyear = Request::option('exendyear') |
| $experiod = Request::option('experiod') |
| $expmod = Request::option('expmod') |
| $exStartDate = Request::option('exStartDate') |
| $exstartday = Request::option('exstartday') |
| $exstartmonth = Request::option('exstartmonth') |
| $exstartyear = Request::option('exstartyear') |
| $extype = Request::option('extype') |
| if ( $experiod=='period') if (( $expmod !='exp' &&$expmod !='imp' &&$expmod !='sync')||( $expmod=='exp' &&!empty( $err))) if (( $expmod !='exp' &&$expmod !='imp' &&$expmod !='sync')||( $expmod=='exp' &&!empty( $err))) elseif ( $expmod=='exp' &&empty( $err)) elseif ( $expmod=='imp') elseif ( $expmod=='sync') print_cell( $params) |
Prints a table row and inserts the values given by the params array.
| Array | $params | Array with values to insert in the table row. |