From 4b78404c20490a615459267426ce9e6737bf4485 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 09:20:45 +0000 Subject: Moving files. --- .../protected/pages/Manual/Installing.page | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 demos/sqlmap-docs/protected/pages/Manual/Installing.page (limited to 'demos/sqlmap-docs/protected/pages/Manual/Installing.page') diff --git a/demos/sqlmap-docs/protected/pages/Manual/Installing.page b/demos/sqlmap-docs/protected/pages/Manual/Installing.page deleted file mode 100644 index bb083996..00000000 --- a/demos/sqlmap-docs/protected/pages/Manual/Installing.page +++ /dev/null @@ -1,51 +0,0 @@ - - -

Installing the DataMapper for PHP

- -

This section explains how to install, configure, and use the SQLMap DataMapper -with your PHP application.

- -

There are two steps to using SQLMap DataMapper with your application for the -first time.

-
    -
  1. Setup the distribution
  2. -
  3. Add XML documents
  4. -
- -

Setup the Distribution

- -

The official site for SQLMap PHP DataMapper is http://www.pradosoft.com. -The DataMapper -is availabe as a source distribution in the form of a ZIP archive. To download -the distributions, follow the link to the Downloads area on the web site, and -select the the source distribution for the SQLMap PHP DataMapper release. You -can extract the distribution using a utility like WinZip or the extractor -built into newer versions of Windows.

- -

TODO: Add distribution contents

- -

Add XML file items

-

After unpacking the source distribution, you will need to add two types of XML -files to your Web application, or library project (and Test project if you -have one). These files are:

- -
-
SqlMap.xml
-
-- A Data Map file that contains your SQL queries. Your project will contain one - or more of these files with names such as Account.xml or Product.xml. -
- -
SqlMap.config
-
-- - The DataMapper configuration file that is used to specify the locations of your - SqlMap.xml files. It is also used to define other DataMapper - configuration options such as caching. You will need to include one SqlMap.config - file for each data source that your project has. -
-
- -

As expected, the SqlMap.config file should be (by default) placed where the DataMapper -can find them at runtime.

- - -
\ No newline at end of file -- cgit v1.2.3