Unclassified NewsBoard Code Reference

IDatabase.SetTable function

Set new table name for queries (FROM section)

function IDatabase.SetTable ($name);

Parameters:

name
(string) single table name
(array) array of multiple table joins: (MySQL Doc: 7.4.1.1)
array((string) join type (empty for first table!),
(string) table name,
(string) alias,
(string) condition (empty for first table!))

Member of class: IDatabase

Implementation file: unb_lib/database.lib.php, line 448

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.