Hi,

I have a row in my table called pay_unique_ident.
When I bake the model, cake builds a

var $belongsTo = array(
                'PayUniqueent' => array(
                        'className' => 'PayUniqueent',
                        'foreignKey' => 'pay_unique_ident',
                        'conditions' => '',
                        'fields' => '',
                        'order' => ''
                )

I havent seen this before, why is this happening?
Because of the _unique?
And what does it mean now?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to