I was to build a dashboard page full of different charts etc. So I planned to put the sql statements into 1 model named dashboard. This works fine with 1 data set but I'm not sure how to pass both to the page. How do I do this correctly? I'm obviously doing something wrong.
Below is my current model, below that is my current controller:
p.s. if you use Controller_Template as base controller (for your Controller_Test perhaps?), you don't have to return the view, the base controller will take care of this.