mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
10 lines
266 B
XML
10 lines
266 B
XML
<slide title="SQLite Iterators/Foreach">
|
|
|
|
<blurb fontsize="4em">
|
|
The real power of iterators comes through the ability to use %foreach()% for an extremely
|
|
fast data retrieval from objects.
|
|
</blurb>
|
|
|
|
<example result="1" type="php" filename="foreach.php" />
|
|
|
|
</slide> |