I have two tables: album and song. Now i want to click on a album to filter these song in this album.
And link to filter these song by album: http://localhost/myproject/index.php/song/index/list/1 (album_id = 1)
But when i edit and click on cancel button. crud will use http://localhost/myproject/index.php/song/index to back to list song. so i can't filter.
Please help to resolve this problem.
Thanks