Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Blocks: Difference between revisions

From MoodleDocs
(question)
No edit summary
Line 2: Line 2:


In the blocks I have looked at, there is no closing php tag - ie the ?> is not included.  In this tutorial it is.
In the blocks I have looked at, there is no closing php tag - ie the ?> is not included.  In this tutorial it is.
---------
By Jove, he's right! The lack of closing tags is, I believe, a trick to prevent problems with newline characters appearing after the closing tag. PHP has no real problem with the last tag not existing, so it's left out to be safe. I will add this to the tutorial when I get chance. Thanks for pointing it out.
Greg J Preece

Revision as of 06:37, 12 September 2011

Moodle 2.0


In the blocks I have looked at, there is no closing php tag - ie the ?> is not included. In this tutorial it is.


By Jove, he's right! The lack of closing tags is, I believe, a trick to prevent problems with newline characters appearing after the closing tag. PHP has no real problem with the last tag not existing, so it's left out to be safe. I will add this to the tutorial when I get chance. Thanks for pointing it out.

Greg J Preece