mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
12 lines
275 B
XML
12 lines
275 B
XML
<slide title="Query Chaining">
|
|
|
|
<image filename="chain.jpg" align="right" />
|
|
|
|
<blurb fontsize="4em">
|
|
SQLite also supports query chaining that can be used to execute multiple queries via a single PHP
|
|
function call.
|
|
</blurb>
|
|
|
|
<example filename="database_pop13.php" />
|
|
|
|
</slide> |