Good evening mates,
I'm playing a bit with cakephp (beautiful, really), and I'm
encountering one single problem... that I can't solve.
The thing is that, when develonping the app with debug set at 1 to 3,
everything goes as it should, but when I change it to 0 (no debug), no
data is passed to the view. Just in case, I tried to do something like
$this->set('hello', 'just in case...');
it works, but when I do the usual:
$this->set('data', $this->Cliente->findAll());
It seems that there is no data send when the model is called?....
Any ideas? I'm getting dispaired.
Thanks a lot.
By the way, I tried it with both the final realease and today's nightly
build.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---