Databases Reference
In-Depth Information
Let's take another example, this time with a newly introduced table - the
student-course table. This table contains three fields: the student ID (referring to
a student table), the course ID (from a course table), and the end-date (when this
student ends this course). As this table has many rows (here 32109), the navigation
bar adapts itself:
This time, there are buttons labeled << , < , > , and >> for easy access to the first page,
previous page, next page, and last page of the results. These symbols are displayed
in this manner because the default setting of $cfg['NavigationBarIconic'] is
TRUE . A FALSE here would produce a different set of labels:
 
Search WWH ::




Custom Search