Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 389 → Rev 391

/branches/v0.3-aleaume/framework/Framework.php
61,12 → 61,12
* Redéfinit des constantes globales utiles pour le Framework et les applis.
*/
private static function definirConstantesGlobales() {
/** Redéfinition de la constante DIRECTORY_SEPARATOR en version abrégée DS */
if (!defined('DS')) {
/** Redéfinition de la constante DIRECTORY_SEPARATOR en version abrégée DS */
define('DS', DIRECTORY_SEPARATOR);
}
/** Redéfinition de la constante PATH_SEPARATOR en version abrégée PS */
if (!defined('PS')) {
/** Redéfinition de la constante PATH_SEPARATOR en version abrégée PS */
define('PS', PATH_SEPARATOR);
}
}