FileIterator
<?php foreach (file('myfile.txt') as $line) { echo $line; } ?>
How sexy is that? ;-) (yes, I know, you can't aggregate it)
<?php foreach (file('myfile.txt') as $line) { echo $line; } ?>
How sexy is that? ;-) (yes, I know, you can't aggregate it)