Welcome Guest, Not a member yet? Register   Sign In
Passing GET value show error
#9

(10-01-2017, 08:57 AM)PaulD Wrote: There must be something else going wrong with your code. A missing argument error is not a message you get with a view file, but with a controller. With a view file any missing data is displayed in the html as a php error.

is simple , the method want an argument , when the form_validation is false this is the code :

Code:
               $this->load->view('templates/header', $data);
               $this->load->view('templates/menu', $data);

               $this->load->view('documentazione/crea_documentazione_seconda', $data);


               $this->load->view('templates/footer', $data);

and the $id is not isset , but i want know if ther's an alternative way to do this....
Reply


Messages In This Thread
Passing GET value show error - by pippuccio76 - 09-26-2017, 09:00 AM
RE: Passing GET value show error - by PaulD - 09-26-2017, 11:19 AM
RE: Passing GET value show error - by pippuccio76 - 10-01-2017, 03:37 AM
RE: Passing GET value show error - by PaulD - 10-01-2017, 08:14 AM
RE: Passing GET value show error - by pippuccio76 - 10-01-2017, 08:32 AM
RE: Passing GET value show error - by PaulD - 10-01-2017, 08:46 AM
RE: Passing GET value show error - by pippuccio76 - 10-01-2017, 08:51 AM
RE: Passing GET value show error - by PaulD - 10-01-2017, 08:57 AM
RE: Passing GET value show error - by pippuccio76 - 10-01-2017, 09:03 AM
RE: Passing GET value show error - by Paradinight - 10-01-2017, 09:21 AM
RE: Passing GET value show error - by pippuccio76 - 10-01-2017, 09:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB