Hai una array giusto?

usa un foreach..

foreach($array as $chiave => $valore) {

if (ereg("MaxLen", $chiave)) {

// passo $valore a smarty

}

}