More notes on using the book "Easy PHP Websites With The Zend Framework 2011" by Jason Gilmore.
Unless you have PHP configured to recognize short open tags, the code in Ch. 2 on page 34 will have to be revised from:
<?= $this; ?>
to
<?php echo $this; ?>
That goes for all other such occurrences throughout the book.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment