I have an add.ctp file that will allow the user to add new records, there is another view.ctp file that lists all existing records from the database. How to include these existing entries in the add view page so that the user can view existing entries at the bottom of the page when he makes a new entry from the sub page?
Thank you
source
share