Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The JoomlaStats API can be used by programmers to use the JoomlaStats as engine to build your own applications.
Right now you can use our database, but shortly there will be some functions added to get the result of powerfull queries!.

From version com_joomlastats_v2.3.0 JoomlaStats share its API through 2 files:
- general.php
- simple.php

Both of them You will find in below directory:
.../joomla/administrator/components/com_joomlastats/api/

.

Each function in this file has comment, that tells about purpose of function, how to use it and describe list of arguments.

Please use documentation from above files, until we do not update on-line documentation.