I am having some problems getting Jens Seger’s advanced-images spark. No matter what I do I cannot seem to get his image_helper to load/autoload.
My site uses Phil Sturgeon’s DRY methodology. I am wondering if this is getting in the way…
Are you meant to be able to use application/config/autoload.php to autoload helpers in sparks? I am autoloading the spark and have tried adding an autoload.php to the spark and using the main autoload, but to no avail.
Any help would be much appreciated.
Andy
Thats not how Sparks work. You load the Spark (you can autoload that in
$autoload['sparks']then load the helper. The spark may autoload the helper for you.