Differences
This shows you the differences between two versions of the page.
snippets:php:start [2012/06/11 19:53] – move page from tag/snippet, here is the right place enrico | snippets:php:start [2020/03/29 20:51] (current) – Copy edited (however, what is meant by "for<TAB>" and isn't the "for" incomplete near "$i <"?) petermortensen | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Collection of Snippets | + | ====== Collection of snippets |
- | ===== Control structures : ===== | + | ===== Control structures: ===== |
< | < | ||
- | #Control structures : | + | # Control structures: |
for=for ($i = 0; $i < %cursor%; $i++) %block% | for=for ($i = 0; $i < %cursor%; $i++) %block% | ||
while=while (%cursor%) %block% | while=while (%cursor%) %block% |