sintonia/airtime_mvc/application/views/scripts/api/get-files-without-replay-gain.phtml
2012-07-12 17:58:29 -04:00

8 lines
176 B
PHTML

<?php
//disable buffering so that data is sent as we retrieve it from the database
while (@ob_end_flush());
foreach($this->rows as $row) {
echo json_encode($row)."\n";
}