Welcome Guest, Not a member yet? Register   Sign In
Why this error appears stdClass::$pic_item?
#4

I try to do the var_dump, the error remains the same as if nothing happens:


<?php foreach($pic as $pic_item): ?>
<img src="<?php echo base_url('assets1/images/slider/'.$pic->pic_item
);?>">
<?php var_dump($pic_item); ?>
<?php endforeach;?>


A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$pic_item

Filename: views/index.php

Line Number: 214
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
RE: Why this error appears stdClass::$pic_item? - by davy_yg - 02-27-2017, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB