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 … Continue reading