com presentations: Zhytomyr talk: slides/intro/php56.xml zhytomyr.xml
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: a6bf6cff26ead4f5295476518e52586f7cfab82e Author: Rasmus Lerdorf <[email protected]> Tue, 15 Oct 2013 09:03:01 +0300 Parents: 48433a13b734f7b81967f376b3ebd3c931620e5b Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=a6bf6cff26ead4f5295476518e52586f7cfab82e Log: Zhytomyr talk Changed paths: A slides/intro/php56.xml A zhytomyr.xml Diff: diff --git a/slides/intro/php56.xml b/slides/intro/php56.xml new file mode 100644 index 0000000..3a6e6cc --- /dev/null +++ b/slides/intro/php56.xml @@ -0,0 +1,19 @@ +<slide title="PHP 5.6"> + +<break lines="1" /> +<blurb fontsize="4em">✔ Variadic functions</blurb> +<example fontsize="2em" marginleft="7em" result='0' title=""><![CDATA[<?php +class MySQL implements DB { + public function query($query, ...$params) { + $stmt = $this->pdo->prepare($query); + $stmt->execute($params); + return $stmt; + } + // ... +} +}]]></example> + +<break lines="1" /> +<blurb fontsize="4em">✔ Internal operator overloading for internal features like GMP and BCMath</blurb> + +</slide> diff --git a/zhytomyr.xml b/zhytomyr.xml new file mode 100644 index 0000000..f60a774 --- /dev/null +++ b/zhytomyr.xml @@ -0,0 +1,48 @@ +<presentation + template="simple" + navmode="html" + titlecolor="#000000" + navbarbackground="#bbbbbb" + navbartopiclinks="0" + logo1="images/php-med-trans.png" + titlesize="6em" + navbarheight="3.5em" + examplebackground="#ffffff" + outputbackground="#ffffff" + exampleclass="noshadow" + exampleoutputclass="noshadow" +> + +<topic>PHP</topic> +<title>PHP</title> +<event>Zhytomyr PHP</event> +<location>Zhytomyr, Ukraine</location> +<date>Oct. 14, 2013</date> +<speaker>Rasmus Lerdorf</speaker> +<url>http://talks.php.net/show/zhytomyr</url> +<twitter>@rasmus</twitter> + +<slide>slides/intro/titlepage.xml</slide> + +<slide>slides/intro/nold.xml</slide> +<slide>slides/intro/nold2.xml</slide> +<slide>slides/intro/nold3.xml</slide> +<slide>slides/intro/eco.xml</slide> +<slide>slides/intro/wwht1.xml</slide> +<slide>slides/intro/wwht2.xml</slide> + +<slide>slides/intro/2013_title.xml</slide> + +<slide>slides/intro/php54.xml</slide> +<slide>slides/intro/perf54.xml</slide> +<slide>slides/intro/php54_trip.xml</slide> +<slide>slides/intro/php55.xml</slide> +<slide>slides/intro/php56.xml</slide> +<slide>slides/intro/atomic1.xml</slide> +<slide>slides/intro/atomic2.xml</slide> +<slide>slides/intro/atomic3.xml</slide> +<slide>slides/intro/atomic4.xml</slide> + +<slide>slides/intro/key_2013.xml</slide> + +</presentation>