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/Overview.page | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 demos/sqlmap-docs/protected/pages/Manual/Overview.page (limited to 'demos/sqlmap-docs/protected/pages/Manual/Overview.page') diff --git a/demos/sqlmap-docs/protected/pages/Manual/Overview.page b/demos/sqlmap-docs/protected/pages/Manual/Overview.page deleted file mode 100644 index 694daf68..00000000 --- a/demos/sqlmap-docs/protected/pages/Manual/Overview.page +++ /dev/null @@ -1,48 +0,0 @@ - -

Overview

-

-The SQLMap DataMapper framework makes it easier to use a database with a PHP -application. SQLMap DataMapper couples objects with stored procedures or SQL -statements using a XML descriptor. Simplicity is the biggest advantage of the -SQLMap DataMapper over object relational mapping tools. To use SQLMap -DataMapper you rely on your own objects, XML, and SQL. There is little to -learn that you don't already know. With SQLMap DataMapper you have the full -power of both SQL and stored procedures at your fingertips. -

- -

The SQLMap for PHP is based on iBATIS.NET - DataMapper Application Framework -from http://ibatis.apache.org. -The PHP version support most of the features found in -iBATIS.NET exception the following: -

    -
  1. Dynamic SQL
  2. -
  3. Distributed Transactions
  4. -
-

- -

What's covered here

-

-This Guide covers the PHP implementations of SQLMap DataMapper. The Java and -.NET implementation offers the same services with some changes in the API. -

- -

Since SQLMap relies on an XML descriptor to create the mappings, much of the -material applies to both implementations. -

- -

For installation instructions, see the section called the -SQLMap PHP Developer Guide.

- -

A Tutorial is also available. We recommend reviewing the Tutorial for your -platform before reading this Guide.

- -

Support

- -

Add Forum and Trac.

- -

Disclaimer

-

SQLMap MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS -DOCUMENT. The names of actual companies and products mentioned herein may be -the trademarks of their respective owners.

- -
-- cgit v1.2.3