Hello guys,
Sorry for the novice question. Everything of my simplest demo webapp generated with yiic looks fine, except that the view pages with CListView or CGridView just responded as "Connection Closed by the server" or "The connection was reset" or "No data recieved".
I commented out the $this->widget('zii.widgets.grid.CGridView', ...) and replaced it with
echo var_dump($dataProvider->getData()),
it seems that the data IS fetched well from database.
Any ideas on this issue?
Thanks,
George