[eluser]ToXXXic[/eluser]
@WanWizard, okay this is what I did:
Code:
function Form(){
parent::Controller();
$this->load->helper('url');
$this->load->helper('form');
$this->load->library('form_validation');
var_dump( $this->form_validation->_get_validation_object());
}
and it displays a blank page.
Thanks for your help mate.
T