Zmiany pomiędzy wersją 8 and wersją 9 dla DeployerGuide/Others/WorkingWithFlexy
- Data i czas:
- 10/12/10 14:57:32 (14 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/WorkingWithFlexy
v8 v9 25 25 3. preg_replace 26 26 27 4. funkcje porównujące (eq, gt, gte, lt, lte) 27 4. substr 28 {{{ 29 {substr(documents.dscrpt, 2, 0):h} 30 31 Powyższe wywołanie zwróci tekst ze zmiennej "documents.dscrpt" począwszy od drugiego znaku. 32 }}} 33 34 5. strpos / stripos 35 {{{ 36 Opis dokumentu {if:strpos(documents.dscrpt, #123#)}ZAWIERA{else:}NIE ZAWIERA{end:} ciąg: "123" 37 }}} 38 39 8. funkcje porównujące (eq, gt, gte, lt, lte) 28 40 {{{ 29 41 eq(1,2) jednoznaczne z 1 == 2