connect to visual foxpro

I’m a total newbie to yii; having trouble finding information and example to connect to a visual foxpro database (DSN-less, ODBC). Can somebody help? Thank you!

Yii uses PHP PDO drivers… search on google for "PHP PDO visual foxpro"…

I found this connection string…

"odbc:Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=C:\;Exclusive=No"