![]() |
Image Reisze Lib for CI - HELP!!! - 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: Image Reisze Lib for CI - HELP!!! (/showthread.php?tid=21621) |
Image Reisze Lib for CI - HELP!!! - El Forum - 08-15-2009 [eluser]dennismonsewicz[/eluser] So I found out that CI has a built in image manipulation class... but there is no tutorial on really how to utilize it to display images, other than giving you the options to set it up... here is my code: Code: $this->data['photos'] = get_filenames('images/photos'); What am I doing wrong? ![]() Image Reisze Lib for CI - HELP!!! - El Forum - 08-15-2009 [eluser]Unknown[/eluser] Take a look at this page: http://www.noquieroprogramar.com/generar-imagenes-dinamicamente-en-codeigniter/ It's a Spanish blog, but hope you understand the code for your purpose. |