Go to the source code of this file.
Variables | |
| $driver = 'oci8' | |
| $sql = 'select ID, firstname as "First Name", lastname as "Last Name" from adoxyz order by id' | |
| $sql = 'select distinct firstname, lastname from adoxyz order by firstname' | |
| $sql | |
| $db | debug = true |
| print</pre > | $pager = new ADODB_Pager($db,$sql) |
| $pager | showPageLinks = true |
| $pager | linksPerPage = 10 |
| $pager | cache = 60 |
|
|
Definition at line 18 of file testpaging.php. |
|
|
Definition at line 81 of file testpaging.php. |
|
|
Initial value: "select * from (select ID, firstname as \"First Name\", lastname as \"Last Name\" from adoxyz order by 1)" Definition at line 47 of file testpaging.php. |
|
|
Definition at line 36 of file testpaging.php. |
|
|
Definition at line 19 of file testpaging.php. |
|
|
Definition at line 84 of file testpaging.php. |
|
|
Definition at line 63 of file testpaging.php. |
|
|
Definition at line 83 of file testpaging.php. |
|
|
|
Definition at line 75 of file testpaging.php. |
|
|
|
Definition at line 71 of file testpaging.php. |
|
|
Definition at line 82 of file testpaging.php. |
1.4.6