Installation

To install the Reportico Yii module download the zip file and extract it below your Yii application modules folder.

It will unpack into the folder reportico.

Then add the module definition to the Yii config/main.php file as follows :-

            'modules'=>array(
		...
                'reportico' => array(),
		...

You must ensure that the following folders below reportico are writeable :-

After unpacking you can test your installation by pointing your browser at :-
	http://yii_app_url/index.php?r=reportico

You should see something like :-

Enter an admin password. This is the password you need to enter to access admin mode, which allows you to create report projects and reports. After setting the password, you neeed to login using the password just entered .. then you have access to the full administrator page : Now you can read the Reportico documentation, start designing reports and embed them in your site pages.

Getting Started >>