Issue
I'm using Perfex CRM which is developed by using CodeIgniter framework. I'm having an issue that the IDs of the are records not consecutive even after I delete the older records. Like the below image.
Any idea what topic I should be looking for to fix this issue?
Solution
For all the prefex crm table you can fins a respective files folder application > views > admin > tables
For The perfex custom modules it depends on the developer who developed it. Hope this helps you let me know if further help needed
$sr = 0;
foreach ($rResult as $aRow) {
$row[] = $sr++;
}
Answered By - Alpesh Dalvadi
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.