Thank you Ralph, is exactly what I wanted to know. Do you ( or anybody else ) have any advice how to implement swf charts in ZF? Thanks
Sergio ------------ There is no graphing component in ZF. You might want to have a look at this proposal: http://framework.zend.com/wiki/display/ZFPROP/Zend_Image+-+Dolf+Schimmel But you also might want to have a look at a few other technologies: * jpgraph you already mentioned is very good * outputing XML from the controller to http://www.maani.us/xml_charts/ is also an option (i've used xml/swf charts in the past) * things that look interesting from google: * http://www.ebrueggeman.com/phpgraphlib/ * http://sparkline.org/ Good luck! Ralph Sergio Rinaudo wrote: > Hello, > I'm wondering if is there any component to manage graph using Zend > Framework ( like jpgraph for example ) or if I have to use an external > php library. > I've already searched the documentation, I did not find any. > Thanks > > Sergio > > > > _________________________________________________________________ Personalizza il tuo Messenger con nuove e divertenti Emoticon http://www.pimpit.it/emoticon.html
