How do I pass information between two controllers, for example:
I have in my database two tables, one of users and another of books, there I select a book that is in the books table, I get your id and I have to update this information in the user table ..
I have two controllers, one of users and one of books, I have to pass the book id to the user controller ..