Download data

Julian
Julian
Offline
0
Hi,
I just bought the Joomla 1.7 version and I'm loving it already.

I was wondering if it would be possible to add a feature to download all the data to my computer so I could analyze it via a spreadsheet software?

If this is far fetched. Could you tell me in what table of the database is the data stored and with what structure?

Thank you!
Responses (1)
  • Accepted Answer

    Thursday, September 15 2011, 02:01 PM - #Permalink
    0
    hello!

    I love that you love it, thanks!! :)

    it is not possible... because there's no "component" for Content Statistics, it works only with plugins and modules. it can be done as custom work of course, but for now this is not part of Content Statistics.

    in any case, you can retrieve the data yourself, as you just said, from the database table.

    the table is jos_content_statistics

    the structure is pretty obvious if you look at it :)
    it will show you: component, user, IP, datetime, and a couple more things.
    the reference_id field is for the ID of the item.

    the field "type" is for type of action...

    this depends on every component. for instance, in com_content, type = 1 means "article view"

    cheers!
    The reply is currently minimized Show
Your Reply