Statistics And Graphs

Hello.

I want to create "View" with statistics and graphs from my db. For example, i want to create info like:

  • List all users and count all posts in db which every user added

  • List posts category and count how many posts are in every category (for example categories are: books, cars etc.category_id is assigned to every post)

Which is the best way to do that?

Many thanks

Tom

Hello Tom

there many ways you could do this here is link to guide

http://www.yiiframework.com/doc/guide/1.1/en/database.arr#statistical-query

I would recommend you to have a look atthis link