codeigniter-base-model
codeigniter-base-model copied to clipboard
Update MY_Model.php, add limit to the query in get funtion.
If we are sure that we need only one record, than why not to make that execution faster by limiting the result to one record.