You write a PHP class that extends a PHP Ajax class and overrides the methods to handle the front-end calls on the back end.
只需编写一个扩展PHP ajax类的php类,编写在后端处理前端调用的方法。
Json helps in this case, as we can serialize any PHP object using json_encode to turn that object into a json protocol string, ready for an Ajax application to read.
json在这种情况下将提供帮助,因为我们可以使用json_encode把任何PHP对象序列化,使该对象转换为json协议字符串,以供ajax应用程序读取。
These techniques allow you to focus on the application logic when developing the PHP code, which is separated from the data formats that are used to communicate between the Ajax client and the server.
这些技术允许您在开发PHP代码时关注于应用逻辑,而这些应用逻辑是与Ajax客户端和服务器之间通信所使用的数据格式分离的。
Now that you know how to submit forms using jQuery, take a look at how to authenticate a user using Ajax with jQuery and PHP.
现在,您已经知道了使用jQuery如何提交表单,我们来看看使用jQuery中的Ajax和PHP如何认证一个用户。
Such proven strengths on the client tier can be combined with open source technologies such as PHP, Python, and Ruby to extend the Ajax story into mid-tier application development.
客户端上已经证明有效的这些技术可以与PHP、Python和Ruby等开放源码技术相结合,将Ajax扩展到中间层应用程序开发领域。
This tutorial shows you how to use Ajax and a PHP proxy script to access del.icio.us Web APIs, all from a single "super page" that can be simulated as the home page to your Harry Potter book club.
本教程讲解如何使用Ajax和一个php代理脚本访问del . icio . usWebAPI,这些访问都在一个“超级页面”上进行,这个页面的效果就像是哈利·波特读书俱乐部的主页。
Using these functions, we can convert and export our object structures and make data from our PHP database connections available to our Ajax applications using json_encode .
使用这些函数,我们可以转换和导出对象结构,还可以使用json_encode使来自PHP数据库连接的数据可用于Ajax应用程序。
Until then, review and familiarize yourself more with some of the core Ajax and PHP concepts and development techniques you applied in the bank scenario so far.
在此之前,请复习银行场景中目前已经应用的核心ajax和PHP概念以及开发技术,尽可能熟悉这些知识。
Now that you have completed a small Ajax Zero application, you can expand your use of the Dojo library and PHP back-end scripting.
现在您已经完成了一个小型AjaxZero应用程序,可以使用Dojo库和PHP 后端脚本开发更多的功能。
JSON is a useful, lightweight protocol, now available in PHP V5.2, which makes the process of getting data out of our PHP applications and into our Ajax applications an easy one.
JSON是一种有用的、轻量级协议,现在可用于PHPV5.2,它可以轻松地实现从PHP应用程序中提取出数据,并将其放入Ajax应用程序的过程。
Once we have created an object in our PHP code, we can serialize it, export it to the Ajax portion of the application, manipulate it, and bring it on back.
一旦我们在PHP代码中创建了对象,我们可以将其序列化,并导出到应用程序的Ajax部分中,处理并取回。
From a PHP perspective, extending Ajax isn't just about rewriting the XMLHttpRequest (XHR) access code.
从PHP的角度来看,扩展Ajax功能并不仅仅是重写XMLHttpRequest (XHR)访问代码。
Its programming models are built around REST, Atom, and Ajax patterns and include a scripting run time for Groovy and PHP.
其编程模型是围绕REST、Atom和Ajax模式构建的,并包括一个用于Groovy和PHP的脚本运行时环境。
Deploying and testing the end-to-end Ajax-PHP scenario.
部署和测试这个端到端ajax - PHP场景。
You've probably noticed that there is nothing special needed from the server-side PHP code to implement Ajax functions on the front end.
您可能会注意到,为了在前端实现Ajax功能,服务器端PHP代码并不需要任何特殊的东西。
In this article, you've seen how the asynchronous client-to-server XMLHttpRequest request provided by Ajax may be combined with PHP scripts to develop dynamic Web applications.
本文演示了如何将Ajax提供的异步客户机-服务器XMLHttpRequest请求与php脚本相结合,从而开发动态Web应用程序。
Once we have manipulated the data in the Ajax applications, we can bring the data back into our PHP scripts and recreate the usable object data structures with json_decode().
在Ajax应用程序中处理完数据后,可以将数据返回PHP脚本并用 json_decode()重新创建可用的对象数据结构。
The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.
Ajax请求受到一个PHP驱动程序页的保护,该页先确保请求有效,然后将其传递到一个处理该请求的数据库包装类。
I've shown just a few of the different types of interface elements that you can build with Ajax, PHP, and the Prototype.js library.
在本文中,我介绍了一些不同类型的界面元素,它们可以使用Ajax、PHP和Prototype. js库构建。
PHP-coded Ajax does this - but without any specific PHP involvement; Ajax frameworks for other languages operate just the same way.
用PHP编码的Ajax就是这样——但是不涉及任何特定的php;用于其他语言的Ajax框架均以完全相同的方法操作。
When combined, PHP and Ajax provide a powerful platform for creating Web sites or Web-based applications with robust features.
php和ajax的组合提供一个强大的平台,可以用来创建具备健壮的特性的Web站点或Web应用程序。
This article shows how to use jQuery to easily add Ajax functionality to any PHP Web application.
本文展示了如何使用jQuery来向PHPWeb应用程序轻松添加ajax功能。
This article provided you with an introduction to writing Ajax-based front-end code and then showed you how to combine the front-end code with back-end PHP scripts.
本文介绍了如何编写基于Ajax的前端代码,以及如何把前端代码和后端php脚本结合起来。
This scenario highlights the implementation of a few of the commonly used bank teller functions implemented in an Ajax and PHP environment.
这个场景主要在Ajax和PHP环境中实现几个常用的银行出纳功能。
This scenario highlights the implementation of a few of the commonly used bank teller functions implemented in an Ajax and PHP environment.
这个场景主要在Ajax和PHP环境中实现几个常用的银行出纳功能。
应用推荐