mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
14 lines
420 B
XML
14 lines
420 B
XML
<slide title="OO Interface">
|
|
|
|
<blurb fontsize="4em">
|
|
One of the SQLite's biggest features is the native OO interface that is available in the PHP5 version
|
|
of the extension.
|
|
</blurb>
|
|
|
|
<list fontsize="4em" title="Benefits">
|
|
<bullet padding="0.5em">Shorter & simpler code.</bullet>
|
|
<bullet padding="0.5em">In most cases faster code.</bullet>
|
|
<bullet padding="0.5em">Can be easily extended.</bullet>
|
|
</list>
|
|
|
|
</slide> |