Welcome Guest, Not a member yet? Register   Sign In
Image Resizing Questions/Problems
#12

[eluser]Randy Casburn[/eluser]
Yes, of course. I did not look thoroughly enough.

1) Let's take
Code:
$this->config['source_image'] = $f;
first. If you look at the code again, $f is not even declared until you enter the foreach() loop. So you'll need to move that down into the foreach() loop. Didn't catch that one. Thanks.

2) Right. Didn't mean for you to use this verbatim. Thought you would incorporate into your current controller. If you're going to extend CI's Controller Class, you'll need include this in the constructor:

Code:
parent::Controller();


Randy


Messages In This Thread
Image Resizing Questions/Problems - by El Forum - 07-09-2008, 04:54 PM
Image Resizing Questions/Problems - by El Forum - 07-09-2008, 05:01 PM
Image Resizing Questions/Problems - by El Forum - 07-09-2008, 05:29 PM
Image Resizing Questions/Problems - by El Forum - 07-09-2008, 08:27 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 11:21 AM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 12:34 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 12:45 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 01:35 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 01:51 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 01:52 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 02:03 PM
Image Resizing Questions/Problems - by El Forum - 07-11-2008, 03:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB