Tanveer’s Weblog

open-flash-chart in cakephp

June 24, 2008 · 2 Comments

Today i implement open-flash-chart into one of my cakephp project. The main goal of my work was to show a line graph with total amount of loan per month from june 2007 to till. Then take some time in google to find out some useful tutorials and i made my one way.

First i made the helper as describe in open-flash-chart-helper-draw-charts-the-cake-way from bakery. nice tutorial.
not so hard to implemnt..
what i did just maintain the vendor path
vendor(‘open-flash-chart’); in the flash_chart helper class class file
That’s it…

Categories: cakePHP

2 responses so far ↓

Leave a Comment