tablesort_sql

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call tablesort_sql()

Namesort iconLocationDescription
comment_admin_overviewmodules/comment.moduleMenu callback; present an administrative comment listing.
path_overviewmodules/path.moduleReturn a listing of all defined URL aliases.
statistics_recent_hitsmodules/statistics.moduleMenu callback; presents the "Recent hits" page.
statistics_top_pagesmodules/statistics.moduleMenu callback; presents the "Top pages" page.
statistics_top_referrersmodules/statistics.moduleMenu callback; presents the "Top referrers" page.
statistics_top_usersmodules/statistics.moduleMenu callback; presents the "Top users" page.
tablesort_sqlincludes/tablesort.incCreate an SQL sort clause.
user_admin_accessmodules/user.moduleMenu callback: list all access rules
watchdog_overviewmodules/watchdog.moduleMenu callback; displays a listing of log messages.

Functions called by tablesort_sql()

Namesort iconLocationDescription
db_escape_stringincludes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
tablesort_initincludes/tablesort.incInitialize the table sort context.
tablesort_sqlincludes/tablesort.incCreate an SQL sort clause.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.