Subversion Repositories SmartDukaan

Rev

Rev 13714 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13714 Rev 14019
Line 108... Line 108...
108
			'limit' => '',
108
			'limit' => '',
109
			'offset' => '',
109
			'offset' => '',
110
			'exclusive' => '',
110
			'exclusive' => '',
111
			'finderQuery' => '',
111
			'finderQuery' => '',
112
			'counterQuery' => ''
112
			'counterQuery' => ''
-
 
113
		),
-
 
114
		'SocialProfile' => array(
-
 
115
			'className' => 'SocialProfile',
-
 
116
			'foreignKey' => 'user_id',
-
 
117
			'dependent' => false,
-
 
118
			'conditions' => '',
-
 
119
			'fields' => '',
-
 
120
			'order' => '',
-
 
121
			'limit' => '',
-
 
122
			'offset' => '',
-
 
123
			'exclusive' => '',
-
 
124
			'finderQuery' => '',
-
 
125
			'counterQuery' => ''
-
 
126
		),
-
 
127
		'UserAccount' => array(
-
 
128
			'className' => 'UserAccount',
-
 
129
			'foreignKey' => 'user_id',
-
 
130
			'dependent' => false,
-
 
131
			'conditions' => '',
-
 
132
			'fields' => '',
-
 
133
			'order' => '',
-
 
134
			'limit' => '',
-
 
135
			'offset' => '',
-
 
136
			'exclusive' => '',
-
 
137
			'finderQuery' => '',
-
 
138
			'counterQuery' => ''
113
		)
139
		)
114
	);
140
	);
115
	//The Associations below have been created with all possible keys, those that are not needed can be removed
141
	//The Associations below have been created with all possible keys, those that are not needed can be removed
116
 
142
 
117
	public function checkFbUser($user,$access_token){
143
	public function checkFbUser($user,$access_token){