>
> Zend_Db is only for SQL-based RDMSes. Since FileMaker is not SQL-based,
> it
> does not support FileMaker. Anyway, FileMaker has its own PHP extension,
> FileMaker API for PHP. It's bundled as part of FileMaker Server, and it's
> written in the PEAR style.
> I'm sure it would be possible to kluge something together so that a
> theoretical Zend_Db_Adapter_FileMaker would function similarly, but I
> don't
> think it would gain you much, do you?
You can issue SQL queries against FileMaker using an ODBC or JDBC
connection. See "Using FileMaker Pro as a data source" here:
http://www.filemaker.com/help/html/odbc.18.1.html
Now, I've never done it, so I can't say how good their SQL support is. But
it seems like in order to get some usefulness out of the Zend_Db_Table style
interfaces, it would only need to be fairly basic.
--
View this message in context: http://www.nabble.com/FileMaker-Pro-support-in-Zend_DB--tp22212704p22223165.html
Sent from the Zend DB mailing list archive at Nabble.com.
没有评论:
发表评论