$Column= Column::model()->findAll(); $data = array_map(create_function('$m', 'return $m->getAttributes();'), $Column);