CListView VS Foreach

Hello guys,

I’m junior in Yii, some times I use foreach in some sections so:

Is good to use foreach sometimes or we shouldn’t use it in yii ?

and why foreach is slow ?

Yii uses the construct


foreach

.

Use the tools provided by the framework on demand and feel free to develop your own solutions when necessary. I have developed and deployed a few applications with Yii but I don’t think I ever used CListView.

And why do you think foreach is "slow"? Compared to what?

with CListView!