FileMaker PHP 项目。使用 CodeIgniter、CAKE 还是自定义编码的 PHP?
我是一名高级 FM 开发人员,做过大量 WordPress 模板和一些基本的 PHP 编码。我正在开发一个项目,最终需要 PHP 访问 FM 数据库。我的上一个 Web 项目是 Lasso 4,我是 FM 方面的 PHP 新手。因此我想知道是否值得为这个项目投资学习 PHP 框架。
该项目是一个“基本”报价系统,供应商可以登录其帐户,在报价表中输入供应量,并将该表格提交到不可避免地与内部 FM 库存系统同步/对话的系统。
非常感谢这里所有向导的任何建议。
TIA, 丹尼斯
I'm an advanced FM developer who has done a lot of WordPress templating and some basic PHP coding. I'm working on project that will end up needing PHP access to the FM database. My last web project was with Lasso 4 and I'm new to PHP on the FM-side. Thus I'm wondering whether it's worth investing in learning a PHP framework for this project.
The project is a "basic" quotes system, where suppliers can login to their accounts, enter their supplies in a quote form, and submit the form to a system which inevitably syncs/talks with a FM-inventory system in-house.
Any advice from all the wizards here is GREATLY appreciated.
TIA,
Denis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
嗯,使用框架将是一个不错的选择,并且由于 CodeIgniter 是一个初学者框架,与其他框架相比,它可以轻松计算,我建议您使用 CodeIgniter。
Well, using a Framework would be a good option and since CodeIgniter is a beginners Framework in that it can be worked out easily as compared to othe frameworks, i would suggest you using CodeIgniter.
我发现自己也处于同样的境地。我选择使用 CodeIgniter,因为有人为 FX.php 类编写了一个包装器。它为我提供了多个使用 CI 并以 FileMaker 作为后端的成功项目。这是原始的 CI Wiki 帖子。我很乐意提供一些例子。
CodeIgniter 是我熟悉的最简单的框架(也将它用于多个 PHP/MySQL 项目),并且您已经知道 FileMaker 是否必须作为您的后端。我唯一没有做的就是尝试使用 ODBC 而不是 XML 接口。希望这有帮助。
更新
为了跟进,在过去的几个月里我已经在至少 8-10 个项目中使用了 ODBC。一旦您克服了 FileMaker 的 ODBC 驱动程序的怪癖,它就会比使用 FX.php 更易于移植,尽管我还没有测试 FM12 的新速度,但 ODBC 的速度要快得多。只需注意不兼容的字段类型、查询问题,并通读 FM 文档以了解有关日期的详细信息等。
I found myself in the same situation. I chose to go with CodeIgniter because someone wrote a wrapper for the FX.php class. It's provided me with several successful projects using CI with FileMaker as the backend. Here's the original CI Wiki post. I'd be happy to provide some examples.
CodeIgniter was the simplest framework for me to get my head around (have also used it for several PHP/MySQL projects) and you already know FileMaker if that has to be your back-end. Only thing I haven't done is tried ODBC instead of the XML interface. Hope this helps.
UPDATE
To follow up, I have since used ODBC on at least 8-10 projects in the last few months. Once you get over th quirks of FileMaker's ODBC driver, it's much more portable that using FX.php, and although I haven't tested the new speed of FM12, ODBC is much faster. Just watch out for incompatible field types, query issues, and read through the FM documentation for specifics on dates, etc.
看看 php 框架比较,然后自己决定其中是否有足够的价值浪费一些时间用于您的新项目。
Take a look at comparisona of php frameworks, and decide yourself if any of those is worthy enough to waste some time for to use for your new project.