![]() |
Change thumb_marker in Image_lib? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Change thumb_marker in Image_lib? (/showthread.php?tid=51562) |
Change thumb_marker in Image_lib? - El Forum - 05-09-2012 [eluser]Sven Delle[/eluser] I want to change the thumb_marker in the Image Manipulation Class from the default 'insert before file suffix' behavior to 'insert before file name' behavior. How can I do that without screwing with the 'system'? In other words: How do I extend the Image Lib to have the above behavior? |