Great tip!
I tried to use the "logging" tip but I got this result:
Query: append
Warning: SQL Error: 1064: You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right
syntax to use near 'append' at line 1 in C:\Program Files\xampplite
\htdocs\cake\cake\libs\model\datasources\dbo_source.php on line 476
I placed the following code in my articles-controller
function index()
{
$this->log('logtest');
$this->set('arts', $this->Article->findAll());
}
I use cake 1.1.14.4797
Is this a bug?
Jos
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---