Cake php 2.9.1 table naming convention with dot

Hi Team,

i have a table with name privatelabel.operators and i am using the use table in model “Privatelabeloperator”.

but when fetching the list from this table, then getting error and table name looks like separates this in query :-

‘privatelabel’.‘operators’ : both separates

Kinldy help if any one have an idea about this.

Model:-
class Privatelabeloperator extends AppModel {
public $useTable = ‘privatelabel.operators’;
}

Thanks