1

Everyone...

I'm using yii 1.1.x

I have an array(Which is got from a query and foreach loops) This array need to be shown in CGridView. I already tried with CArrayDataProvider(it's just showing Displaying 1-6 of 6 results with no gridview table). If I print($dataProvider->getData();)

Array(
[abc] => 27
[def] => 27
[ghi] => 27
[jkl] => 27
[mno] => 12
[pqr] => 2  )

Thanks in Advance...

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.