<slide title="SQLite Iterators/Foreach">

<blurb fontsize="4em">
The 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>