3.26 getpagelist

Gets the page list from a database. The page list is returned as an array.

Parameters:

$kiriwrite_dbmodule->getpagelist();

Usage:

$kiriwrite_dbmodule->selectdb(“database”);
@pagelist = $kiriwrite_dbmodule->getpagelist();

If a database error occurs while getting the list of pages in the database then the error returned should be 'DatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.