[eluser]Johnny Freeman[/eluser]
Is it possible to send a variable to the view from a "post_controller" hook? load->vars doesn't seem be able to pass variables after the controller's method has been executed. Any suggestions would be great!
[eluser]Johnny Freeman[/eluser]
I've considered many different options but I'm just curious if there's a way to do it with ci natively.... if that makes sense. I'll likely have to use sessions or flashdata/userdata. Thanks for the suggestion.