From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- demos/sqlmap/protected/pages/Manual/Installing.page | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/sqlmap/protected/pages/Manual/Installing.page') diff --git a/demos/sqlmap/protected/pages/Manual/Installing.page b/demos/sqlmap/protected/pages/Manual/Installing.page index bb083996..65288f22 100755 --- a/demos/sqlmap/protected/pages/Manual/Installing.page +++ b/demos/sqlmap/protected/pages/Manual/Installing.page @@ -14,7 +14,7 @@ first time.

Setup the Distribution

-

The official site for SQLMap PHP DataMapper is http://www.pradosoft.com. +

The official site for SQLMap PHP DataMapper is https://github.com/pradosoft/prado. 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 @@ -29,20 +29,20 @@ built into newer versions of Windows.

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. -
-
+ 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.

-- cgit v1.2.3