da quello che ho capito io vuoi immergere codice php nell'html così:

codice:
//SETTO IL VALORE DELLA VARIABILE
<?php $classe="mia_classe"; ?>




//LA STAMPO NELL'HTML

<div class="<?php echo $classe; ?>">