Hello, i'm new to Grocery Crud.
What i need here is to make a dropdown list counting like this :
<?php for($i=5000; $i<=500000; $i=$i+5000) {?>
<option value="<?php echo $i; ?>"><?php echo $i; ?> passed</option><?php } ?>
$crud->field_type('for_loop','dropdown',
array());