<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SQL Query</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>Recent changes to SQL Query</description><atom:link href="https://sourceforge.net/p/jaiixtensions/home/SQL%20Query/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 04 Nov 2011 14:55:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jaiixtensions/home/SQL%20Query/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -1,21 +1,25 @@
-![SQL Query Module](http://programmer.info.tm/aiixtensions/aiixql.gif)
+![SQL Query Module](http://aii.users.sf.net/aiixtensions/aiixql.gif)
 ## mod_aiixql ##
 
 This very simple module is for very simple purpose — to display data query results.
 
 What for would you need it? Just imagine, you need to display a contact phone at your site's home page, but you hate (quite reasonably) to duplicate things and would like the phone automatically changes when you change it in the main contact component data. And you know, there is a plenty of similar tasks in site development; they could be done by many different ways, and mod_aiixql is one of them.
 
 You just specify a query and how it has to be echoed to the output buffer. Basically that's all. The output is performed as usual by the two view templates; you can also design your own if you prefer. Please find some help and guidance right in the module admin interface.
 
 In current version SQL Query features:
 
 + direct programming — no interface overloading;
 + sharing data and handling code among grouped instances — do not do the same twice;
 + the data record class overriding — use your own methods;
 + access level control — specify who can view that;
 + great results with **[DOM Master] Plugin**.
 
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
+
+
+[If you use SQL Query module, please post a rating and a review at the Joomla! Extensions Directory.](http://extensions.joomla.org/extensions/edition/custom-code-in-modules/18417)
+
 
 ### How Do I ###
 - [Use It Generally]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Fri, 04 Nov 2011 14:55:35 -0000</pubDate><guid>https://sourceforge.net2df72d321bdc6c59efc947a6c3ae128d30c0dc99</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v15 
+++ v16 
@@ -13,7 +13,7 @@
 + sharing data and handling code among grouped instances — do not do the same twice;
 + the data record class overriding — use your own methods;
 + access level control — specify who can view that;
-+ great use with **[DOM Master] Plugin**.
++ great results with **[DOM Master] Plugin**.
 
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Mon, 03 Oct 2011 13:23:31 -0000</pubDate><guid>https://sourceforge.net7052ad37d7a14972671cd2fae379439c17938c65</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v14 
+++ v15 
@@ -13,7 +13,7 @@
 + sharing data and handling code among grouped instances — do not do the same twice;
 + the data record class overriding — use your own methods;
 + access level control — specify who can view that;
-+ great with **[DOM Master] Plugin**.
++ great use with **[DOM Master] Plugin**.
 
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Mon, 03 Oct 2011 13:21:59 -0000</pubDate><guid>https://sourceforge.nete814e561411c352f02a79cb2ec3eab0ae37cc408</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -7,6 +7,14 @@
 
 You just specify a query and how it has to be echoed to the output buffer. Basically that's all. The output is performed as usual by the two view templates; you can also design your own if you prefer. Please find some help and guidance right in the module admin interface.
 
+In current version SQL Query features:
+
++ direct programming — no interface overloading;
++ sharing data and handling code among grouped instances — do not do the same twice;
++ the data record class overriding — use your own methods;
++ access level control — specify who can view that;
++ great with **[DOM Master] Plugin**.
+
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
 
 ### How Do I ###
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Mon, 03 Oct 2011 13:21:31 -0000</pubDate><guid>https://sourceforge.net4497e99bb4fcbc842784222411615ed512e3b9b1</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -12,5 +12,5 @@
 ### How Do I ###
 - [Use It Generally]
 - [Share Database Request]
-- [Advanced Settings]
+- [SQL Query Advanced]
 - [Download It](https://sourceforge.net/projects/jaiixtensions/files/SQL%20Query%20Module/)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Thu, 29 Sep 2011 08:16:01 -0000</pubDate><guid>https://sourceforge.net272963ed86e4f6935f29ae72c4bdf459e45db20a</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v11 
+++ v12 
@@ -12,4 +12,5 @@
 ### How Do I ###
 - [Use It Generally]
 - [Share Database Request]
+- [Advanced Settings]
 - [Download It](https://sourceforge.net/projects/jaiixtensions/files/SQL%20Query%20Module/)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Thu, 29 Sep 2011 08:09:22 -0000</pubDate><guid>https://sourceforge.neteef0f9bd055e532c90ad8a9522d7a5c3fd784fdc</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v10 
+++ v11 
@@ -12,3 +12,4 @@
 ### How Do I ###
 - [Use It Generally]
 - [Share Database Request]
+- [Download It](https://sourceforge.net/projects/jaiixtensions/files/SQL%20Query%20Module/)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Mon, 26 Sep 2011 14:27:39 -0000</pubDate><guid>https://sourceforge.netcda6f25dd1e7e31c365526ff68d9911e21570c8b</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -10,5 +10,5 @@
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
 
 ### How Do I ###
-[Use It Generally]
-[Share Database Request]
+- [Use It Generally]
+- [Share Database Request]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Fri, 23 Sep 2011 07:48:35 -0000</pubDate><guid>https://sourceforge.net7d76c5715b891d6a6760f95630be1524f121e68d</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -8,3 +8,7 @@
 You just specify a query and how it has to be echoed to the output buffer. Basically that's all. The output is performed as usual by the two view templates; you can also design your own if you prefer. Please find some help and guidance right in the module admin interface.
 
 The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
+
+### How Do I ###
+[Use It Generally]
+[Share Database Request]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Fri, 23 Sep 2011 06:56:09 -0000</pubDate><guid>https://sourceforge.net1e2beec8287eceeaa15a71e8af0884f6048c633d</guid></item><item><title>WikiPage SQL Query modified by Alexey Ilyin</title><link>https://sourceforge.net/p/jaiixtensions/home/SQL%2520Query/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -1,9 +1,10 @@
+![SQL Query Module](http://programmer.info.tm/aiixtensions/aiixql.gif)
 ## mod_aiixql ##
 
-This module is for displaying data query results.
-
-It requires a good knowlege of SQL, XHTML and PHP, so is intended **for experienced users** only. Note as well that it accesses the database directly, so **it's your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
-
-
-You can find some help and guidance in the modules admin interface.
-
+This very simple module is for very simple purpose — to display data query results.
+
+What for would you need it? Just imagine, you need to display a contact phone at your site's home page, but you hate (quite reasonably) to duplicate things and would like the phone automatically changes when you change it in the main contact component data. And you know, there is a plenty of similar tasks in site development; they could be done by many different ways, and mod_aiixql is one of them.
+
+You just specify a query and how it has to be echoed to the output buffer. Basically that's all. The output is performed as usual by the two view templates; you can also design your own if you prefer. Please find some help and guidance right in the module admin interface.
+
+The module requires a good knowlege of SQL, XHTML and PHP, so it's **for experienced users** only. Note as well that it accesses the database directly, so it's **your own responsibility** to configure proper user access levels for each its instance in Module Manager not to disclose any information accidentally.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Ilyin</dc:creator><pubDate>Thu, 22 Sep 2011 14:21:47 -0000</pubDate><guid>https://sourceforge.net59781b510ccfe986a42c0af66a9893a25018dad8</guid></item></channel></rss>