Hi there
let's consider a web application built using MVC concept. If my application generates some chart images dynamically based on the user input and a database I wish to know which component the image generation process will belong to: controller or view?
It's controllers job to generate the image and the view component to display it?