Open Flash Chart on Zend MVC Error
- by davykiash
I recently downloaded the Open Flash Chart source code and I have intergrated it into my Zend MVC.Since I use the autoloader
I have renamed my files and commented the "require_once" source lines.
However when I try to load my chart
<script type="text/javascript">
swfobject.embedSWF(
"<?php echo $this->baseUrl()…