1.列印AR結果
1 $user = 模型->model()->findAll();
2 foreach($user $v) {
3 var_dump($v->attributes);
4 }
1.列印AR結果
1 $user = 模型->model()->findAll();
2 foreach($user $v) {
3 var_dump($v->attributes);
4 }
轉載於:https://www.cnblogs.com/mrcoke/articles/2357787.html