get_mysql v0.9
get_mysql is an extension for using data from MySQL.
All needed information in Readme.
In archive you can find three examples:
• get_mysql_news.xml –news line;
• get_mysql_catalog.xml – catalog;
• get_mysql_search.xml – search for catalog.
Download: get_mysql.zip
For version: Sapid 1.2.3.06


1 Comments:
get_mysql extension v0.9 for Sapid CMS 1.2.3.06
============================================
INSTALL
--------------------------------------------
Read INSTALL_EN.TXT
--------------------------------------------
MANUAL ;)
--------------------------------------------
Here it is params for DDC:
get_mysql(query, limit, colors, tables, idfield)
* query - MySQL query without LIMIT part;
* limit - count of records on page.
Syntax: 'A,B', where A - num of records on 1 page,
B - can be empty or equal 'ALL'. If it's empty,
it will bew generated only one page (without page navigation).
Only first (A) rows in accordance with your query.
If it's equal 'ALL', get_mysql will get all records from DB for
this query and will separate it for pages.
Example: '20,ALL'
* colors - If you need background color rotation of you records this param will help you.
Syntax: 'COLOR, COLOR'
EXAMPLE: '#CCCCCC,#FFFFFF';
* tables - tables from your query.
* idfield - main ID-field of table(s).
For more details see examples.
--------------------------------------------
P.S.: Sorry for my English :)
Post a Comment
<< Home