Hello World controller example |
That's very common to leave off the ending php closing tag. If there is any whitespace after the closing tags it can cause errors, so it's generally best just to leave it off. PHP doesn't require it, and there really isn't any benefit to having it. Most modern php code leaves it off, not just CI.
http://stackoverflow.com/questions/32193...ng-php-tag |
Messages In This Thread |
Hello World controller example - by cupboy - 05-23-2015, 04:43 PM
RE: Hello World controller example - by CroNiX - 05-23-2015, 05:25 PM
RE: Hello World controller example - by ardavan - 05-25-2015, 08:12 PM
RE: Hello World controller example - by cupboy - 05-23-2015, 06:16 PM
RE: Hello World controller example - by madaan_tushar - 05-25-2015, 06:34 AM
|