This is a discussion on PHP Report Layout within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Is there a decent php report writer out yet? I have been creating pages for results and then slotting in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there a decent php report writer out yet? I have been creating pages for
results and then slotting in echo command everywhere. it's a real hassle if you have graphics invovled and tables etc. Is there a drag and drop where you want the php results out put to be? |
|
|||
|
On 2004-01-29 07:00:38 -0800, "entoone" <entoone@pacbell.net> said:
> Is there a decent php report writer out yet? I have been creating pages for > results and then slotting in echo command everywhere. it's a real hassle if > you have graphics invovled and tables etc. Is there a drag and drop where > you want the php results out put to be? I'm not 100% sure what you mean by 'report writer' but if you are looking for a template system, I highly suggest using http://smarty.php.net It's been good to me when I need to generate information into a template. the other bonus is that it is fairly easy to set up and has a shallow learning curve. Ethan -- Datarealm Internet Services, Inc. Shared Hosting: http://www.serve.com Dedicated Hosting: http://www.rackmounted.com |
|
|||
|
Thanks Ethan! I'll go check it out.
"Ethan Schlenker" <ethan@serve.com> wrote in message news:2004012913054143901%ethan@servecom... > On 2004-01-29 07:00:38 -0800, "entoone" <entoone@pacbell.net> said: > > Is there a decent php report writer out yet? I have been creating pages > for > > results and then slotting in echo command everywhere. it's a real hassle > if > > you have graphics invovled and tables etc. Is there a drag and drop where > > you want the php results out put to be? > > I'm not 100% sure what you mean by 'report writer' but if you are looking > for a template system, I highly suggest using http://smarty.php.net It's > been good to me when I need to generate information into a template. the > other bonus is that it is fairly easy to set up and has a shallow learning > curve. > > Ethan > -- > Datarealm Internet Services, Inc. > Shared Hosting: http://www.serve.com > Dedicated Hosting: http://www.rackmounted.com |