Welcome Guest, Not a member yet? Register   Sign In
Why this page keeps loading?
#8

[eluser]behnampmdg3[/eluser]
[quote author="InsiteFX" date="1358031522"]Because you should have the files code in your controller then pass them to the view using $data then
use the foreach loop to display them.
[/quote]Hey thanks but it didn't work!

View
Code:
<?php foreach($files as $photo): ?>  

  <div  margin-right:5px">
        <img src="&lt;?php echo PHOTO_GALLERY_POOL_LOCATION.$photo;?&gt;"/>
  <br />&lt;input type="checkbox" name="photo[]" value="&lt;?php echo $photo;?&gt;" title="&lt;?php echo $photo;?&gt;" /&gt;
  </div>
  
&lt;?php endforeach; ?&gt;
Controller
Code:
$this->load->helper('directory');
$data['files'] = directory_map(PHOTO_GALLERY_POOL);
Any more ideas?
Thanks


Messages In This Thread
Why this page keeps loading? - by El Forum - 01-12-2013, 12:12 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 12:44 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 12:58 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:17 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:19 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:49 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:58 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 04:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB