473,400 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,400 software developers and data experts.

PHP "equivalent" of Jasper Reports

Hi there,

First of all I apologise for being a PHP noob.

Is there a PHP equivalent of Java's Jasper Reports?

http://jasperforge.org/sf/projects/jasperreports

Basically Jasper is a bunch of libraries which allow you to create
reports, in various formats:

PDF, HTML, Excel, Barcharts, Pie Charts, Line Graphs etc

The datasources for the reports can be objects within your application
or embedded SQL statements in the report "templates"

Cheers

Lord0

Apr 25 '07 #1
3 19762
Lord0 wrote:
Hi there,

First of all I apologise for being a PHP noob.

Is there a PHP equivalent of Java's Jasper Reports?

http://jasperforge.org/sf/projects/jasperreports

Basically Jasper is a bunch of libraries which allow you to create
reports, in various formats:

PDF, HTML, Excel, Barcharts, Pie Charts, Line Graphs etc

The datasources for the reports can be objects within your application
or embedded SQL statements in the report "templates"

Cheers

Lord0
http://php.net/java

I haven't had a chance to try out PHP-Java integration, but this looks like a cool opportunity to use it. I use Zend Studio for PHP coding, it has some features for integrating Java with PHP that look neat.

-Mike PII
Apr 25 '07 #2
On Apr 25, 5:30 pm, Michael Placentra II <sumguyovrt...@gmail.com>
wrote:
Lord0 wrote:
Hi there,
First of all I apologise for being a PHP noob.
Is there a PHP equivalent of Java's Jasper Reports?
http://jasperforge.org/sf/projects/jasperreports
Basically Jasper is a bunch of libraries which allow you to create
reports, in various formats:
PDF, HTML, Excel, Barcharts, Pie Charts, Line Graphs etc
The datasources for the reports can be objects within your application
or embedded SQL statements in the report "templates"
Cheers
Lord0

http://php.net/java

I haven't had a chance to try out PHP-Java integration, but this looks like a cool opportunity to use it. I use Zend Studio for PHP coding, it has some features for integrating Java with PHP that look neat.

-Mike PII

What's your general impression of Zend for developing PHP by itself?
I've been using text editors (Crimson in my case) but can probably get
my employer to pay for something if I make a case. I'm building and
maintaining internal web tools, nothing public-facing.

Apr 26 '07 #3
Zend Studio is very nice for just PHP, as well as for editing any
other little file (CSS, .htacces, etc) you might deal with that's not
heavy. The next best thing I've tried is Dreamweaver's code view,
which has code coloring and some basic function help, and it does a
nice job with common sense things like indentation and stuff. I've
tried at least 5 editors before sticking with Zend.

ZS has a built in PHP debugger (it will run your PHP scripts right
there in the IDE like Komodo, and show the output in either text or
html-rendering mode (uses .net IE I think)), a nice code analyzer that
checks for common mistakes and possible problem areas, syntax
highlighting (of coarse), underlines syntax errors in red like a word
processor does for misspellings, and keeps track of your classes and
every piece of information about them (it recalls that info as you use
the class and stuff). I also like that it will integrate with your
phpdoc codes to feed back information to you as you type, as well as
integrate with phpdocumentor software. It even has a built in MySQL
client: it connects to your MySQL server, and you can run queries and
do some simple stuff.

It even has some syntax highlighting for (x)HTML, CSS, and JavaScript.
It does not have an HTML preview mode like Dreamweaver, but I don't
really miss that.

It must be spectacular if the server your website is hosted on has
Zend Platform installed, because then you can remotely debug and view
server messages (sort of a log of stuff). It comes with an extension
for Firefox and IE that has buttons to start the remote debugger and
stuff after you navigate to a page. I haven't gotten a chance to play
with these features.

The only thing I miss when using this is Dreamweaver's superior
project-oriented FTP client. I think that's something that is taken
for granted by Dreamweaver users. The FTP client in Zend Studio is a
bit slow, it implies that you either access your project files
remotely or work on files locally and debug them only (it's
complicated to use some files both locally and remotely at once), and
it doesn't work with all servers (I'm using a separate FTP client now,
which I hate doing).

Zend Studio is a Java application, and I think it is slow sometimes.
There seem to be a few flaws in it, but nothing that can't be worked
around. It does integrate somewhat with other Zend software, and I'd
like to try the built in PHP Documenter some time. It's important to
try the free trial before buying this to make sure it suits your needs.

Apr 26 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: hjbortol | last post by:
Hi! Is the expression "a >= b" equivalent to "a - b >= 0" in C/C++? Is this equivalence an IEEE/ANSI rule? Or is this machine/compiler dependent? Any references are welcome! Thanks in...
9
by: Paul Brownjohn | last post by:
Hello I am new both to this group and to C# programming having spent the last 15 years or so writing C and VB. You will forgive I hope if I am asking the totally obvious but it is a question...
0
by: Tom Bower | last post by:
In the Windows Task Manager if I select a Process and right-click, I can choose to "End Process" or "End Process Tree." Is there a VB equivalent for "End Process Tree" if you have a handle to a...
4
by: Scott Johnson | last post by:
Hi I am converting some code from C# to VB.NET and I have come across a command that I can't find the VB equivalent. The C# command is 'lock' and I think it is used to lock a data type from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.