RSS
 

Posts Tagged ‘Wordpress’

PHP Analytics’s demo

27 May

1. Introduction

This post will show some examples of PHP Analytics reports; the plugin has been installed on this blog and some views have been created and published below.

2. A report example

I want to show how a report could appear once published on your page. In this example we will see a fake distribution of the employees of a consulting company on the different lines of business.

Consultants per LOBs

LOB CONSULTANTS
BIW 25
EBS 2
Hyperion 18
IDM 6
JDE 4
People Soft 9
SOA 13

Read the rest of this entry »

 

PHP Analytics’s preview: Transform your WordPress Platform in a reporting tool

18 May

Introduction

I am delighted to announce that the first beta version of PHP Analytics will be soon available.
After several months of development the product has come out exactly how I wanted; few enanchements would be needed, but currently it’s working fine and without any critical major issue.

What is PHP Analytics?

PHP Analytics is a WordPress plugin that extends your blog platform’s functionalities by adding the chance to define connections to the database, execute queries and build views over the returned resultset (mainly tables and charts).
The full process to create a report could be resume as follows:
1. Create a Connection
2. Create a query
3. Create a view
4. Publish

Read the rest of this entry »