yes it was for debugging but I did not wanted to show that..of course
it is this way and it is not working
controller function:
function edit($id=null)
{
$this->Product->id = $id;
$this->set('myproduct', $this->Product->read());
}
there is no form action or AJAX involved that may interrupt
JQUERY....I just pass data to my controller with the ".load()"
function
..in my edit.ctp view I am accessing and printing the data
via echo $myproduct[Product][Attribute]
to make them editable to the user...
what would this->params do for me here?
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