Welcome Guest, Not a member yet? Register   Sign In
sessio problem
#4

[eluser]LuckyFella73[/eluser]
Thanks for using code tags now Smile

At the first glance I see you are using a variable/array in one of your
if statements that is not set:
Code:
function bolum_sec(){
// ...
// ...
if($gelen_kategori[‘query’] = $this->kullanici_model->kategori_getir($bolum_id))
// $gelen_kategori[‘query’] !

You are loading your model multiple times what is not needed. Just load your
model once in your controller constructor and it is available in your whole
controller!


Messages In This Thread
sessio problem - by El Forum - 03-10-2011, 02:33 AM
sessio problem - by El Forum - 03-10-2011, 03:07 AM
sessio problem - by El Forum - 03-10-2011, 03:11 AM
sessio problem - by El Forum - 03-10-2011, 03:30 AM
sessio problem - by El Forum - 03-10-2011, 03:51 AM
sessio problem - by El Forum - 03-10-2011, 05:56 AM
sessio problem - by El Forum - 03-10-2011, 06:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB