devtools
devtools copied to clipboard
Created a "check" to scan for bad open & close PHP tags in PHP files
This scans through all CLASSES subfolders across application & modules to check if PHP files
- start with TAB or SPACE before "<?php" tag.
- ends with closing "?>" tag
This is all in effort to reduce/eliminate extra HTML characters send. (especially of concern when trying to use Kohana to serve up raw binary data like in Media Controllers).