How do PHP programs pass values between model, view, and controller pages? For example, if a controller had an array, how does it pass that to the view?
EDIT:
model, view, and controller are not separate pages but one page. So, no need to "pass" anything