Cakephp Request data from other controller
Posted
by Swen
on Stack Overflow
See other posts from Stack Overflow
or by Swen
Published on 2010-05-20T12:37:37Z
Indexed on
2010/05/20
12:40 UTC
Read the original article
Hit count: 160
Is it possible to request data from an other controller in cakePHP?
For example, i created 2 folders in pages called search and update (both with a index.ctp) and a controller and model in the correct folders.
Both pages are using a different db source, and i wnat to display some data from the search controller into the view of the update page..
Is this possble?
Regards, Swen
© Stack Overflow or respective owner