[eluser]johansonevR[/eluser]
hi there,
I am using one model to query a database and return results to controller. Controller passes it to view. I want to pass the field id taken from the database to different controller.I have .
cover_model -query database.
cover.php - controller, send result to view.
cover_view- output results.
Now i have a database table field 'Id' which i want to pass to
view_model so i can select the info corresponding to it from DB, send them to
view.php and output the result corresponding to the id.
I hope you understood.
I can post some code if it matters.
Bye.