We now have a database we can access through our PHP scripts.
我们现在有一个可以通过php脚本访问的数据库。
Referring back to Figure 1, you see how the abstract model generates one model for the SQL and another for the PHP through the Database access model.
回头看一看图1,就会发现抽象模型为sql生成了一个模型,又通过数据库访问模型为php生成了另一个模型。
You will develop a PHP code module to provide the core bank logic with the necessary database access using ODBC.
我们开发一个PHP代码模块来提供核心银行逻辑,并使用ODBC进行必要的数据库访问。
I demonstrated how to access the YQL service from a PHP application and offered some examples of how YQL lets you make use of SQL-type constructs to filter, sort, and link query results.
我展示了如何从一个PHP应用程序访问YQL服务,提供了一些示例来说明YQL如何允许您利用sql类型的结构来过滤、排列和链接查询结果。
Before he knew it, the PHP team had given him commit access to its source code tree.
PHP团队给予他对本团队源代码树的提交访问权时,他还毫不知情。
A series of good articles already exist that explain how to access DB2 databases from PHP applications.
有一系列优秀文章已经解释了如何从PHP应用程序访问DB2数据库。
You can create database design, database access, and the PHP business logic code that sits on top of it in any number of ways, and you often end up getting it wrong.
您可以用很多的方式创建数据库设计、数据库访问和基于数据库的PHP业务逻辑代码,但最终一般以错误告终。
You can then access the data using standard PHP object access and methods.
然后,您就可以使用标准的PHP对象访问和方法访问数据。
As this article shows you, it's also easy to develop simple PHP scripts that access your DB2 data.
正如本文所展示的那样,开发用于访问DB2数据的简单php脚本也非常容易。
As these examples illustrate, the XML_RDDL package provides a useful PHP-based tool to quickly access specific fragments of information about resources in an XHTML + RDDL document.
上述例子表明,xml_rddl包提供一个非常有用的PHP工具,可以快速访问XHTML +RDDL文档中关于资源的特定信息片断。
As small as it seems, this is all there is to building potentially hundreds of database access classes for PHP.
虽然看起来似乎很小,但是这里有可能建立数百个PHP数据库访问类。
PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases.
PDO是PHP数据对象的缩写, 是一种访问数据库的更便捷、安全的途径。
It's about providing front-end services that can access back-end services written in PHP in a much simpler and more intuitive manner.
这还涉及以更简单更直观的方式提供前端服务,然后通过它们访问用PHP编写的后端服务。
This article shows you how to access an enterprise application from a PHP script.
本文将介绍如何从php脚本中访问企业应用程序。
This will result in PHP reporting a warning every time an uninitialized variable is used, each bad file access, and other (mostly) harmless errors, but might also represent a potential attack vector.
设置更改后,每当使用未初始化的变量、进行错误的文件访问及发生其他(大多数)无害错误时,PHP都会报告一条警告消息,但也存在这是一个潜在攻击矢量的可能性。
To me, the addition of access controls is the primary reason to consider moving to PHP V5.
对于我来说,增加了访问控制是考虑移至PHP V5的主要原因。
The extension provides a solid subset of database access features that are ideally suited for PHP 4 and continue to be available in PHP 5.
该扩展提供了坚实的数据库访问特性的子集,非常适合PHP4,仍然可在 PHP 5 中使用。
Then copy it to a PHP file structure that has access to the database.
然后将它复制到一个能访问数据库的PHP文件结构。
Because these four functions require access to the database, a PHP file is created to provide the necessary database functions.
因为这四个功能都需要访问数据库,所以创建一个PHP文件来提供必需的数据库功能。
Please note that if you want to test the code you need access to a PHP processor.
请注意,如果想要测试代码,您需要访问一个PHP处理器。
If you have your own PHP server or perhaps PHP and Domino servers on the same computer, you should have no problems setting up com access to the Domino server.
如果您拥有自己的PHP服务器或者PHP服务器和Domino服务器位于同一台计算机上,那么设置Domino服务器的COM访问就没有什么问题了。
One common problem is older PHP code using the mysql_ functions to access the database directly.
一个常见问题是较老的PHP代码直接使用 mysql_函数来访问数据库。
If you declare your properties private and attempt to access them from outside the class 'scope (as shown in Listing 7), the PHP engine will throw a fatal error.
如果将属性声明为private并试图从类范围外部访问它(如清单7所示),PHP引擎将抛出致命错误。
We'll access this database using both a Perl and a PHP script.
我们将使用一个Perl和一个php脚本来访问这个数据库。
The Memcache PHP extension provides a simple application program interface (API) to access the cache.
MemcachePHP扩展将为访问缓存提供一个简单的应用程序接口 (API)。
From a PHP perspective, extending Ajax isn't just about rewriting the XMLHttpRequest (XHR) access code.
从PHP的角度来看,扩展Ajax功能并不仅仅是重写XMLHttpRequest (XHR)访问代码。
You may be a PHP programmer who needs to write code for a departmental Web application to access a central corporate service, exposed as a Web service.
您可能是一位PHP程序员,需要为部门Web应用程序编写代码,以便访问公司总部以Web服务方式提供的服务。
A core extension since PHP 3, the Unified ODBC extension is the ideological ancestor of a fast, light database access abstraction for PHP.
从PHP3 开始出现的核心扩展 ——UnifiedODBC 扩展 ——是 PHP快速、轻型数据库访问抽象的理论先驱。
To access the database, you first create a DatabaseWrapper class in PHP.
要访问数据库,首先要使用PHP创建一个databasewrapper类。
In addition, the scenario also demonstrates the interoperability characteristics by including PHP Web service client access to a.net-based, real-life Web service hosted on the Internet.
另外,这个场景还从PHPWeb服务客户机访问互联网上驻留的一个基于.NET的真实的Web服务,以此演示互操作性。
应用推荐