Vous pouvez commenter/noter en utilisant le compte
anonymous (mot de passe:
anonymous)
You can comment/rate using the
anonymous account (password:
anonymous).
if (defined('SYMFONY_VERSION'))
{
// symfony 1.1.x or 1.2.x
$version = explode('.', SYMFONY_VERSION);
{
$version = $version[0]. '.'. $version[1];
}
}
else
{
$version = '1.0';
}
Ajouter un commentaire / Add a comment