From 3d3f8d3832921f99daf8ce1953304763c2e76c62 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 06:22:09 +0000 Subject: Importing SQLMap + sample + docs. --- docs/sqlmap/latex/ch1.tex | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/sqlmap/latex/ch1.tex (limited to 'docs/sqlmap/latex/ch1.tex') diff --git a/docs/sqlmap/latex/ch1.tex b/docs/sqlmap/latex/ch1.tex new file mode 100644 index 00000000..405256ef --- /dev/null +++ b/docs/sqlmap/latex/ch1.tex @@ -0,0 +1,43 @@ +\chapter{Introduction} + +\section{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: + +\begin{itemize} + \item Dynamic SQL. + \item Distributed Transactions. +\end{itemize} + +\section{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. + +\section{Support} + +Add Forum and Trac. + +\section{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