[eluser]Andy78[/eluser]
Can a widget post data back to itself? If so how?
For example my login page is only ever going to be a view partial so I would be as well taking the logic for logging in out of the controller putting it in the widget class and then having the widget view's login form POST the data back to the widget class. Can that be done?
[eluser]wiredesignz[/eluser]
Pass the data to the view and then to the widget from the inside view. Of course a widget can also use the $_POST array or $this->input->post().