how can i display multiple graphs on a single page in zend framework? -
i'm generating linear graphs in zend framework using ez components, display of em on single page dashboard, how should that?
i'm thinking creating action every graph in controller couldn't find proper way display them dashboard
in typical mvc scenario single action renders single page better idea create model class rendering graphs , call action controller populate view variables
Comments
Post a Comment