ClockInfo.com
Commentary about clock repair and clock history (with some tidbits on web site development)

ClockInfo.com

CakePHP: Many views - one controller

July 4, 2007 . by Bill

If you want multiple controllers to be able to share a view, do this:

  1. Put the shared views in the views/common directory
  2. Call a shared view like this: $this->render(’../common/view_name’);

Next Entries »