Rob Allen & Evan Coury
PHPNW, October 2012
Pressing 2 will display these fascinating notes
Some notes go here including this list:
And this final line.
Some notes for the presenter display only
we can do italics too
And a list:
Some other line
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.
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!
preformatted textThis a line of text
class TheatreController extends AbstractActionController
{
protected $theatreMapper;
public function indexAction()
{
$mapper = $this->getTheatreMapper();
$theatres = $mapper->fetchAll();
return new ViewModel(array('theatres' => $theatres));
}
| Table of contents | t |
|---|---|
| Exposé | ESC |
| Autoscale | e |
| Full screen slides | f |
| Presenter view | p |
| Source files | s |
| Slide numbers | n |
| Blank screen | b |
| Notes | 2 |
| Help | h |