[eluser]Unknown[/eluser]
This is the first time I have looked at code igniter and the screen casts were the first port of call for me.
The use of the short tag (and the author's recommendation of their use) forced me to come into the forums to find discussion on it.
After developing PHP for 3 years, I have read and been told over and over again that the use of PHP's short tags is simply bad practise for the obvious reason of portability, and the conflicts that can occur with XML open tags.
I wasn't aware that it was still accepted by some developers. Should this be clearly highlighted somewhere? Or is it assumed that the bulk of Code Igniter's users are aware of it?
Aaron