Welcome Guest, Not a member yet? Register   Sign In
[Solved] Problem with image resize codeigniter
#6

(01-19-2016, 05:30 AM)sv3tli0 Wrote: Why do you merge directories and files into images array ?

I don't get the logic in that..

Code:
      // Merge directories and files
       $images = array_merge($directories, $files);
       foreach ($images as $image) {
           $file_name = basename($image);

That is so I can click on a directory icon as well but now it is all working.
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Problem with image resize codeigniter - by wolfgang1983 - 01-20-2016, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB