La classe htmlIETest permet d'inclure un test conditionnel pour Internet Explore. Attention, la fonctionnalité n'existe plus à partir de IE10 source.
<?php
$document->append(new htmlIETest('if IE'))->append('Vous utilisez IE < 10');
<!--[if IE]>Vous utilisez IE < 10<![endif]-->