mirror of
https://github.com/php/presentations.git
synced 2026-03-25 08:02:07 +01:00
27 lines
880 B
XML
27 lines
880 B
XML
<slide title="PHP">
|
|
<image filename="animated_elephant.gif" align="right" marginright="1.0em"/>
|
|
<blurb>
|
|
PHP is a scripting language specifically designed to help developers
|
|
solve web problems, it works by embedding sections of code within HTML
|
|
blocks.
|
|
</blurb>
|
|
|
|
<list title="PHP Advantages" fontsize="2.5em">
|
|
<bullet>Easy to learn</bullet>
|
|
<bullet>Targeted, built-in functions for web developers</bullet>
|
|
<bullet>Good introduction to programming</bullet>
|
|
<bullet>Configurable</bullet>
|
|
<bullet>Simple extension API</bullet>
|
|
<bullet>PEAR</bullet>
|
|
<bullet>Runs britneyspears.com</bullet>
|
|
</list>
|
|
|
|
<list title="PHP Disadvantages" fontsize="2.5em">
|
|
<bullet>Focused on the Web environment</bullet>
|
|
<bullet>Poor OO support</bullet>
|
|
<bullet>Configurability Hurts Portability</bullet>
|
|
<bullet>Easy for beginning users, Easy for beginning users to make mistakes</bullet>
|
|
</list>
|
|
|
|
</slide>
|