I already found it after digging a bit deeper into mysql/php

The cause is this functionality:
http://cn.php.net/manual/en/function.mysql-fetch-field.php

which is used inside \cake\libs\model\dbo\dbo_mysql.php in function
function resultSet()

CakePHP retrieves the table-names from MySQL by the mysql-fetch-field()
function and that function indeed returns #sql_3e3a_0 as the table-name
for the count-field.


--~--~---------~--~----~------------~-------~--~----~
 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