Hi if i try :
$model::find(array('conditions'=>"3_column LIKE '%Some%'", orderBy => '3_column'));
i got this :
'Syntax error, unexpected token IDENTIFIER(_column), near to ...
Any solution for use "_"(underscore) on find method ?
thanks
Hi if i try :
$model::find(array('conditions'=>"3_column LIKE '%Some%'", orderBy => '3_column'));
i got this :
'Syntax error, unexpected token IDENTIFIER(_column), near to ...
Any solution for use "_"(underscore) on find method ?
thanks