Welcome Guest, Not a member yet? Register   Sign In
Verification error
#2

[eluser]joedy[/eluser]
It means there is no object you want to get.

$query->result() is used to returns as an array of "objects".

so it shouldn't be like this $subcategoria[0]->id_sub,

its $subcategoria->id_sub

I suggest You to show the data return 1st before doing next process. You can use print_r($subcsategoria);


Messages In This Thread
Verification error - by El Forum - 10-04-2010, 05:08 PM
Verification error - by El Forum - 10-04-2010, 09:05 PM
Verification error - by El Forum - 10-04-2010, 09:56 PM
Verification error - by El Forum - 10-05-2010, 05:13 AM
Verification error - by El Forum - 10-05-2010, 05:16 AM
Verification error - by El Forum - 10-05-2010, 08:15 PM
Verification error - by El Forum - 10-05-2010, 08:19 PM
Verification error - by El Forum - 10-05-2010, 08:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB