Yup its there, but without an example of how to do it its not really 
something that stands out.  Is the documentation open to contributors to 
make changes?  I wouldn't mind helping.  I would change where it says...

Controller’s constructor now takes two parameters. A CakeRequest, and 
CakeResponse objects. These objects are used to populate several deprecated 
properties and will be set to $request and $response inside the controller. 

To 

Controller’s constructor now takes two parameters. A CakeRequest, and 
CakeResponse objects. These objects are used to populate several deprecated 
properties and will be set to $request and $response inside the controller. 
 The new constructor would look like this public function 
__construct($request = null, $response = null) {  // 
parent::__constructor($request 
= null, $response = null);  // insert logic  }



-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to