SP4 update content:
1. Optimize system structure deployment and rewrite all core codes
2. Improve tag matching
3. Add HTML generation function
4. Fixed an error that occurred when intra-site connection and character replacement were enabled at the same time
5. Add flash slideshow advertising function
6. Added language pack management extension module
7. Add custom page function
8. Improve the infinite-level classification structure algorithm and improve program execution efficiency
9. Further optimize the storage process and use atomic programming more often
10. Added the function to set management permissions by region for hotels, air tickets, and attractions
11. Solve the problem of long time-consuming generation of city JS code
12. Add database tag [SQL(...)] ===Loop HTML=== [/SQL]
Parameter list: TableName, PrimaryKey, FieldName, Where, GroupBy, OrderBy, Num, ShowPage, ItemName, ItemUnit
Parameter description:
TableName ---- Data table name, please separate multiple tables with "|"
PrimaryKey ---- table primary key
FieldName ---- List of fields to read, multiple fields separated by "|"
Where ---- Query conditions without where
GroupBy ---- grouping without group by
OrderBy ---- Sort without order by, such as: ArticleID DESC, UpdateTime DESC
Num ---- read the number of records. When paging is used, this parameter is the number displayed on each page.
ShowPage ---- Whether to display in pages, True or False
ItemName ---- project name, such as: News
ItemUnit ---- Item unit, such as: article cycle content call data description:
1. {$rs (field serial number)}: The serial number located in the parameter FieldName, the serial number starts from "0"
2. {$rs(field name)}: corresponds to the parameter FieldName
Expand