On Sat, Apr 19, 2008 at 9:31 PM, Matias Veleda <[EMAIL PROTECTED]>
wrote:

>
> Hey guys,
>
> I'm new to CakePHP. I followed the instructions in the manual, the
> example case and everytime I want to update my databaser from a form
> my $data is always empty, what am I doing wrong? It's like nothing
> happens when I press submit button.
> Sorry my english, I'm from Argentina. Hope someone can help me soon
> cuz I need to solve this urgently!
>

<ES>
Hola Matias,

Desde donde estas tratando de ver el contenido de $data ? En el controller
tendrias que fijate en $this->data, y si queres ver el contenido desde un
"Model" tendrias que pasar $this->data como argumento.

Suerte!
</ES>

<EN>
Hi Matias,

Where are you trying to look at the content of $data from? If it's from a
controller you'd have to look into $this->data, and if you want to look at
the content from a Model you'd have to pass $this->data as an argument.

Good luck!
</EN>

- Gonzalo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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