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