Files
archived-presentations/slides/sqlite/foreach.xml
2004-03-09 16:41:39 +00:00

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>