Hello!
I have set CRUD to Codeigniter, all is good. I got the result table with data. But when i click to Edit Record or Delete Record buttons in row, i get page: 404 Page Not Found.
First page where is displayed data CRUD is: http://mysite.ru/admin/children/
After click is URL next: http://mysite.ru/admin/children/index/edit/1
What is problem?