I was looking through many snippets of code, and I have found that people can use the following two methods in an if statement:
Method 1:
Most of the time the alternative (endif) syntax is used in view scripts. It's often hard to see/notice the end of an if statement since a curly brace only takes up one character, when you're at the bottom of a file, it's hard to tell if it's the end of an if or a foreach. For example:
a huge block of html