My understanding is that the 'DS' constant is used for a directory separator in a file path.
It is an alias for PHP's 'DIRECTORY_SEPARATOR' constant.
Is there an equivalent URI separator?
A nice tight constant such as 'DS' really makes the code easier to read.