CakephpではDIRECTORY_SEPARATORはDSでいいです
$ define(‘DS’, DIRECTORY_SEPARATOR);
してあるだけなんですが
[code lang=php:php]
$filePath = $directory . DS . 'some.txt';
[/code]
みたいな使い方です
定数のおさらいをしておきました
知らない定数もありました
http://book.cakephp.org/2.0/ja/core-libraries/global-constants-and-functions.html