pacbard / gChartPhp

Apache License 2.0
88 stars 45 forks source link

better example #12

Closed timh5 closed 10 years ago

timh5 commented 10 years ago

Hi, and thank you for your work on this project. Im using composer to install it, but the example code you posted, I dropped into my script, and i'm getting this error.

[16-Sep-2014 19:12:15 America/Los_Angeles] PHP Fatal error: Class 'gPieChart' not found in /var/www/dev/php/public/go/index.php on line 177

Can please you post in the README, the exact instantiation when using composer?

pacbard commented 10 years ago

Hi Tim,

To be honest with you, I just merged the pull request for the composer compatibility without putting much thinking into it. Have you tried to run

composer install

before trying to load the example page?

timh5 commented 10 years ago

added pull request. simple fix. thanks. it installed fine. its just the instantiation is different.

pacbard commented 10 years ago

Thank you! I just merged you pull request. :)