Welcome Guest, Not a member yet? Register   Sign In
Why is foreach not working?
#3

[eluser]Kraig[/eluser]
I did that and this is what I get:
Code:
string(10) "7-mini.jpg"

I tested it out with the following array and it worked fine, so it's something with my variable
Code:
$x=array("one","two","three");

Here's how I declare it:
Code:
public $variable;

function  __construct() {
  parent::__construct();
  // Grabbing all the files associated with the current user
  $this->load->model("upload_model");
  $q = $this->upload_model->get_files();
        $this->variable = $q;
    }


Messages In This Thread
Why is foreach not working? - by El Forum - 08-16-2012, 05:53 PM
Why is foreach not working? - by El Forum - 08-16-2012, 05:59 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:05 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:08 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:22 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:36 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:45 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:51 PM
Why is foreach not working? - by El Forum - 08-16-2012, 06:59 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:07 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:11 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:15 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:22 PM
Why is foreach not working? - by El Forum - 08-16-2012, 07:34 PM
Why is foreach not working? - by El Forum - 08-16-2012, 09:23 PM
Why is foreach not working? - by El Forum - 08-16-2012, 10:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB