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

(This post was last modified: 10-01-2017, 08:16 AM by PaulD.)

(10-01-2017, 03:37 AM)pippuccio76 Wrote:
Code:
$this->load->view('documentazione/crea_documentazione_seconda/'

this line of code has missing ); on the end. I presume this is a typo in posting the question.

That message is just telling you that you are calling a controller with a missing argument.

You are calling somewhere this function:
PHP Code:
crea_documentazione_seconda($id
Without an id.

I do not know where you are doing this.

If I have misunderstood your problem I apologise in advance,

Paul

PS I find it useful to call my views and controllers things like:
Dashboard.php (controller)
dashboard_view.php (view file)
Dashboard_model.php (model file)
Dashboard_library.php (library file)
etc.
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