File: reference.xml

package info (click to toggle)
php-doc 20100521-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 59,992 kB
  • ctags: 4,085
  • sloc: xml: 796,833; php: 21,338; cpp: 500; sh: 117; makefile: 58; awk: 28
file content (84 lines) | stat: -rw-r--r-- 2,834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 296385 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled, external, pecl -->

 <reference xml:id="ref.pdo-4d" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>4D Functions (PDO_4D)</title>
  <titleabbrev>4D (PDO)</titleabbrev>

  <partintro>
   <section xml:id="pdo-4d.intro">
   &reftitle.intro;
   &warn.experimental;
    <para>
     PDO_4D is a driver that implements the 
     <link linkend="intro.pdo">PHP Data Objects (PDO)</link>  interface
     to enable access from PHP to 4D databases.
    </para>
    <para>
     4D is an integrated platform that speeds and simplifies the development
     and deployment of business applications, used in over 70 countries, by
     a community of thousands of developers and vertical solution providers,
     with millions of end-users worldwide.
    </para>
    <para>
     By offering a suite of integrated tools such as an ANSI SQL relational
     and transactional database, a graphical development environment, a 
     fourth-generation language with over 1000 high-level commands, a 
     built-in HTTP server, application server, etc., 4D facilitates the
     creation and maintenance of applications from one to hundreds of 
     simultaneous users, whether on Windows, Mac or from any Web client.
    </para>
    <para>
     4D is also an open platform, offering a complete API for plug-in 
     creation, including various connectors that allow it to act as a 
     back-end or front-end for many environments (Oracle via OCI, SOAP
     client or server, Flex data source, all ODBC databases, XML over 
     HTTP, etc.)
    </para>
    <para>
     In addition to the ability to interact with 4D applications across 
     Web Services, 4D databases can now be directly accessed using the 
     PDO_4D driver.
    </para>
    <para>
     More details about the 4D development environment on <link xlink:href="&url.4d;">&url.4d;</link>.
    </para>
    <para>
     PDO_4D is known to work with 4D versions 12 beta and up, for Mac OS X 
     and Windows. Older plat-forms may work, but are unsupported.
    </para>
   </section>
  </partintro>
  
  &reference.pdo-4d.dsn;
  &reference.pdo-4d.constants;
  &reference.pdo-4d.sqltypes;
  &reference.pdo-4d.sql4d;
  &reference.pdo-4d.examples;
<!--
  -->
  
 </reference>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->