mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Update PaginatedArray/PageArray::getPaginationString() method to support new options (documented in phpdoc)
This commit is contained in:
@@ -850,6 +850,36 @@ $config->wireInputLazy = false;
|
||||
|
||||
/*** 7. DATABASE ********************************************************************************/
|
||||
|
||||
/**
|
||||
* Database name
|
||||
*
|
||||
*/
|
||||
$config->dbName = '';
|
||||
|
||||
/**
|
||||
* Database username
|
||||
*
|
||||
*/
|
||||
$config->dbUser = '';
|
||||
|
||||
/**
|
||||
* Database password
|
||||
*
|
||||
*/
|
||||
$config->dbPass = '';
|
||||
|
||||
/**
|
||||
* Database host
|
||||
*
|
||||
*/
|
||||
$config->dbHost = '';
|
||||
|
||||
/**
|
||||
* Database port
|
||||
*
|
||||
*/
|
||||
$config->dbPort = 3306;
|
||||
|
||||
/**
|
||||
* Database character set
|
||||
*
|
||||
@@ -904,30 +934,6 @@ $config->dbPath = '';
|
||||
*/
|
||||
$config->dbLowercaseTables = true;
|
||||
|
||||
/**
|
||||
* Database username
|
||||
*
|
||||
*/
|
||||
$config->dbUser = '';
|
||||
|
||||
/**
|
||||
* Database password
|
||||
*
|
||||
*/
|
||||
$config->dbPass = '';
|
||||
|
||||
/**
|
||||
* Database host
|
||||
*
|
||||
*/
|
||||
$config->dbHost = '';
|
||||
|
||||
/**
|
||||
* Database port
|
||||
*
|
||||
*/
|
||||
$config->dbPort = 3306;
|
||||
|
||||
/**
|
||||
* Database init command (PDO::MYSQL_ATTR_INIT_COMMAND)
|
||||
*
|
||||
|
Reference in New Issue
Block a user