Welcome Guest, Not a member yet? Register   Sign In
clip_gallery v0.4.0 available.. New Demo online!
#7

[eluser]clip[/eluser]
[quote author="wwwald" date="1233635656"]REMARK: I'm pretty new to CI, so if my remarks don't make sense, please be gentle :-)

Anyway: in the CIG class constructor, gallery_root is already used to construct the cache_root_dir location. However, the user hasn't had the chance to set the gallery_root at this point.
Result: the cache dir will always be created with the default "albums/" name. If the user sets gallery_root to something else after loading the library, things go wrong.

I guess gallery_root should be passed to the class constructor, much like the "tw", "th", ... variables. Right?

Just shoot me if I'm babbling... just trying to help :-)

wwwald[/quote]

Thanks for pointing this out, you are absolutely correct. My intent is to not have the cache methods be called in the construct method. With the way it is now, there could be possible errors if there are in process image uploads if someone were to visit a gallery. I think I am going to make them public functions where they can be called say from a uri segment with something like:
Code:
gallery/do_cache
Then all that would be needed is to call the cache methods from your controller. Or you could just call the method from the controller construct method after loading the library. I think doing this would solve the issue you pointed out and the issue just realized from your observation. I will get the new version together ASAP.

Thanks for the catch.

If anyone else has any functionality you would like to see, or bugs to point out please post them here.


Messages In This Thread
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 01-28-2009, 07:50 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 01-29-2009, 04:11 AM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 01-29-2009, 01:25 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 01-31-2009, 11:57 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-02-2009, 03:36 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-02-2009, 04:34 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-02-2009, 04:53 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-02-2009, 06:00 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-11-2009, 03:01 AM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-11-2009, 03:17 AM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-11-2009, 04:26 AM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-11-2009, 12:49 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 02-11-2009, 01:08 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 12-01-2009, 09:40 PM
clip_gallery v0.4.0 available.. New Demo online! - by El Forum - 12-04-2009, 11:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB