<slide title="Results as Objects">

<blurb fontsize="4em">
So far we've seen SQLite retrieve data in the form of array, but it can just as easily return them as objects.
</blurb>

<example result="1" type="php" filename="oo.php" />

</slide>