settermjd / zf2forbeginners

The aim of this repository is to support the upcoming book - Zend Framework 2 For Beginners https://leanpub.com/zendframework2-for-beginners
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

headTitle constant doesn't like quotes (minor issue) #5

Closed johnchadwick closed 9 years ago

johnchadwick commented 9 years ago

Page 64, <?php $this->headTitle('View Feeds', PREPEND); ?> Get a warning, but gone if add quotes: 'PREPEND'

settermjd commented 9 years ago

Thanks for spotting that one. That's been updated and will be in the next version of the book.