Hello,
Image filtering using Crud want to do and I want to enter a value in column p_id, but I can not.
my chart
id | p_id | url...
$image_crud = new image_CRUD();
$image_crud->set_table('proje')
->set_url_field('url')
->set_image_path('uploads')
->where('p_id' ,$p_id);
->call_back_insert('p_id',$p_id);
$output = $image_crud->render();