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