HI @ all,

I would like to know if there is a way to settle some function inside
my aftersave() (inside the modelcode) to open an popupwindow showing
the modeldate in a printable format.

I am thinking on something like
function aftersave()
{
doPopupwindows($this->data)
}

and inside the popup

echo $this->data->model->field;

Any suggestions on this?

Thanks

Michael

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to