summaryrefslogtreecommitdiff
path: root/demos/sqlmap
diff options
context:
space:
mode:
authorxue <>2007-09-29 17:25:22 +0000
committerxue <>2007-09-29 17:25:22 +0000
commit73ec41c2bb9abccbe691510d66a64b32be605e94 (patch)
tree04170bad871117e6377d4b8fe11069be9216eab4 /demos/sqlmap
parent569f66c4e4c387283eb4eca1f759dae8b0c93018 (diff)
doc fix.
Diffstat (limited to 'demos/sqlmap')
-rw-r--r--demos/sqlmap/protected/pages/Manual/Overview.page10
1 files changed, 6 insertions, 4 deletions
diff --git a/demos/sqlmap/protected/pages/Manual/Overview.page b/demos/sqlmap/protected/pages/Manual/Overview.page
index 258be782..da947e9a 100644
--- a/demos/sqlmap/protected/pages/Manual/Overview.page
+++ b/demos/sqlmap/protected/pages/Manual/Overview.page
@@ -12,7 +12,7 @@ power of both SQL and stored procedures at your fingertips.
<p>The SQLMap for PHP is based on iBATIS.NET - DataMapper Application Framework
from <a href="http://ibatis.apache.org/">http://ibatis.apache.org</a>.
-The PHP version support most of the features found in
+The PHP version support most of the features found in
iBATIS.NET exception the following:
<ol>
<li>Dynamic SQL</li>
@@ -30,18 +30,20 @@ This Guide covers the PHP implementations of SQLMap DataMapper. The Java and
material applies to both implementations.
</p>
-<p>For installation instructions, see the section called the
+<p>For installation instructions, see the section called the
SQLMap PHP Developer Guide.</p>
<p>A Tutorial is also available. We recommend reviewing the Tutorial for your
platform before reading this Guide.
-<a href="?page=Tutorial.TestFirst">SQLMap Tutorial</a>
+<a href="?page=Manual.Tutorial.TestFirst">SQLMap Tutorial</a>
+<!--- quoted out because none of them is working
<ul>
<li><a href="index.php?page=Sample.crud1">Tutorial 1 Sample</a></li>
<li><a href="index.php?page=Sample.crud2">Tutorial 2 Sample</a></li>
<li><a href="index.php?page=Sample.ProductList">Product List Sample</a></li>
-</ul>
+</ul>
+--->
</p>
<h1>Support</h1>