是否存在类似 PHP 的 DWR 之类的东西?
我是一名 Java Web 程序员,以前使用 DWR,现在我必须使用 PHP 进行开发。我刚刚使用 PHP 5 类创建了我的模型,我想像 DWR 一样直接从 JavaScript 通过 AJAX 访问我的 PHP 类。
这是一个非常简单的网络,我没有使用像 CakePHP 或 Zend 这样的重型框架,只有一堆建模数据的类和另一堆具有“业务逻辑”的类。然后,每个 PHP 页面都应该调用逻辑类中的正确方法,获取模型类的实例并将其呈现给用户。
(感谢任何试图提供帮助的人)
I'm a Java web programmer used to work with DWR and now I have to develop with PHP. I've just created my model with PHP 5 classes and I'd like to access my PHP Classes throught AJAX directly from JavaScript as DWR does.
It's a very simple web and I'm not using heavy frameworks such as CakePHP or Zend, only a bunch of classes modelling data and another bunch with the "bussiness logic". Then every single PHP page should invoke the proper method in logic classes, obtain an instance of a model class and present it to the user.
(thanks anybody trying to help)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许http://www.xajax-project.org/
但我认为 Jquery + PhpBackend 做得很完美。
Maybe http://www.xajax-project.org/
but i think Jquery + PhpBackend do it perfect.
我个人使用 CodeIgniter,它可能属于“重型框架”类别,但至少比 CakePHP 轻得多(我认为也比 Zend 轻)。
http://codeigniter.com/
I personally use CodeIgniter, which probably falls in to the "heavy framework" category, but is at least much lighter than CakePHP (and lighter than Zend too, I think).
http://codeigniter.com/