ireport IReport is a PHP class allow us to design PDF report easily via Java based iReport designer.

  1. Requirements
  2. Usage
  3. Source
  4. Update by #le_top

This extension was based on PHPJasperXML. Is in Beta

Requirements

Usage

Yii::import('application.ext.extensions.ireport.*');

$AReport = new IReport('sample2.jrxml');

$AReport->parameters = array("parameter1"=>1);

$AReport->execute();

Source

http://code.google.com/p/yii-ext-ireport/

by Questor Sistemas

Update by #le_top

You can get my update here: Updated ireport extension and you can also Try the updated demo

8 1
28 followers
4 460 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags: IReport, PDF
Developed by: catataw
Created on: Oct 17, 2011
Last updated: 11 years ago

Downloads

show all

Related Extensions