k. I've made a class, it has an array in the local vars, as in
var $aMatrix;
then i fill it in a function thusly.
$this->$aMatrix['Cn1'] = $row[Cn1];
now the row is clearly from a query result, and the query produces a row from the table. But in debugging, I've found that after i fill the array, and then
echo "-". array_count_values/COLOR . "-";
this fails and produces the following
Warning: array_count_values(): The argument should be an array in /import_fs2/home/faf/faf.co.nz/profilerpe/class/matrix.php on line 102