Models (that used to work just fine) with self joins doesnt work
anymore. All controllers that use these models just gives a blank page
with no error messages.
var $belongsTo = array(
'Parent' => array('className' => 'Category',
'foreignKey' =>
'parent_id',
'conditions' =>
'',
'fields' => '',
'order' => '',
'counterCache'
=> ''),
);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---