00:00:00

An example presentation

Rob Allen & Evan Coury

PHPNW, October 2012

Pressing 2 will display these fascinating notes

Notes

Some notes go here including this list:

  • one
  • two
  • three

And this final line.

A title slide

Notes

A really long title for a title slide

Notes

A full-screen image

Notes

Rob Allen (Akrabat)

  • @akrabat
  • http://akrabat.com/
  • Zend Framework Education Advisory Board

Evan Coury (EvanDotPro)

  • @EvanDotPro
  • http://blog.evan.pro/
  • Zend Certified Engineer

Notes

Some notes for the presenter display only

we can do italics too

And a list:

  • item 1
  • item 2
  • item 3

Some other line

This is a title

These are some more notes that are really fascinating and I really want to display them!

This is just a paragraph of text that is quite long so that it probably goes over multiple lines. As such it should still look okay though!

We shall defend our island, whatever the cost may be, we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender.

Winston Churchill

Notes

This is a very long title here to ensure it wraps correctly

This is just a paragraph of text that is quite long so that it probably goes over multiple lines. As such it should still look okay though!

Notes

This is a list

  • The first item
  • The second item with some preformatted text
  • The third item
    with a new line

Notes

Another slide

This a line of text

This is a sub-title

  1. item 1
  2. item 2
  3. item 3

Notes

Some interesting code here

class TheatreController extends AbstractActionController
{
    protected $theatreMapper;

    public function indexAction()
    {
        $mapper = $this->getTheatreMapper();
        $theatres = $mapper->fetchAll();

        return new ViewModel(array('theatres' => $theatres));
    }

Notes

A title with an image

Notes

Thank you

Notes