TipLite Keep It Simple Smart

1Nov/111

Quick tip: Get element content within the controller in CakePHP

This is an easy quick tip to able able to get an element's content from within a controller in CakePHP 1.2 or 1.3. The trick is simple you just need an instance from View class to be able to use its element function within the controller.