Image CRUD is an automatic multiple image uploader for Codeigniter, using the same philoshopy as grocery CRUD library. Just some simple lines of code and you have all the functionality that you need.
$c = new image_CRUD(); $c->set_table('photos'); $c->set_url_field('url'); $c->set_title_field('title'); $c->set_ordering_field('order'); $c->set_image_path('uploads'); $output = $c->render();
Image CRUD is a really easy to install photo gallery CRUD. In just 5 minutes you can have a full and stable Image Gallery with basic features. You can learn more about Image CRUD by clicking the below button
Everything you are looking for is here. You can have a look of the one-page full documentation with the explanation of all the methods that a user can use with at least one example per method.