Hallo,
ja, du hast recht:
ich versuch mich halt an den codingstandard des zend framework zu halten.
darin u.a. auch:
set_include_path(get_include_path() . PATH_SEPARATOR .
$rootPath . '/application/config' . PATH_SEPARATOR .
$rootPath . '/application/models' . PATH_SEPARATOR .
$rootPath . '/library' . PATH_SEPARATOR .
$rootPath . '/public');
Das Verknpüpfungszeichen in dem Fall aber am Ende. Dafür aber schön der "PATH_SEPARATOR".
Sinnig auch der Hinweis, den closing Tag wegzulassen in Files, die keine Ausgabe machen (vermeidung von ungewolltem Whitespace). http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
Gruß
jobo