hi im wondering how will i create an excel files from the returned rows?
//Code
$table = new Model_Crescores();
$select = $table->select();
$select->order('cap_no');
$array = $table->fetchAll($select);
// the results in $array will be converted to excel i tried this tutorial
http://www.nerdydork.com/php-to-excel.html but i got an error that $array is
not an array??can anyone help me??thanks??
--
View this message in context:
http://www.nabble.com/Create-an-Excel-file-from-the-returned-table-rows-tp24474784p24474784.html
Sent from the Zend Framework mailing list archive at Nabble.com.