Come to think of it, you could remove the final ?> as well.

PHP can parse files that do not end in ?>. And without the final ?> you
can never output accidental whitespace.

Here is what the PHP manual says:

Note: The closing tag of a PHP block at the end of a file is optional,
and in some cases omitting it is helpful when using include() or
require(), so unwanted whitespace will not occur at the end of files,
and you will still be able to add headers to the response later. It is
also handy if you use output buffering, and would not like to see added
unwanted whitespace at the end of the parts generated by the included
files.

http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php

Cheers,
   Olle


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to