Re: Model callback question

2008-10-18 Thread Joel Perras
> I am able to modify the data in the model whose find method has been > called however any associated models do no have their afterFind > called. This is actually a known limitation. See https://trac.cakephp.org/ticket/2056 -J. --~--~-~--~~~---~--~~ You received

Model callback question

2008-10-17 Thread lazyeye
I'm trying to modify model data before it gets sent to the controller by using the afterFind callback. I am able to modify the data in the model whose find method has been called however any associated models do no have their afterFind called. For example I has a Post with some Comments, I ask t