|
CaMykS
1.0-20250801
|
Variables | |
| global | $camyks |
| Admin_GenericEmailingManager Module, import contacts - check and configure step layout. More... | |
| $maxLine = 5 | |
| $maxCol = count($this->data[0]) | |
| $alt = 0 | |
| for($i=1; $i< $maxLine+1; $i++) | for ( $j=0;$j< $maxCol;$j++) = isset($this->data[$i][$j]) ? $this->data[$i][$j] : '' |
| endfor | |
| for ( $i=0;$i< count( $this->data[0]);$i++) = string_getShortenedSentence($this->data[1][$i], 16) | |
| endforeach | |
| endif | |
| global $camyks |
Admin_GenericEmailingManager Module, import contacts - check and configure step layout.
| $maxLine = 5 |
| $maxCol = count($this->data[0]) |
| $alt = 0 |
| for ( $i=1;$i< $maxLine+1;$i++) for($j=0; $j< $maxCol; $j++) | ( | ) | = isset($this->data[$i][$j]) ? $this->data[$i][$j] : '' |
| endfor |
| for($i=0; $i< count($this->data[0]); $i++) | ( | ) | = string_getShortenedSentence($this->data[1][$i], 16) |
| endforeach |
| endif |