Somebody know how to create a array of class?
Is this rigth?
for($i=1;$i<=300;$i++){ $linha_de_tempo[$i] = new cliente; }