Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] nuconfig: $nuConfigDBOptions

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Added] nuconfig: $nuConfigDBOptions

Unread post by admin »

The latest version allows you to specify additional PDO options in nuconfig.php:

E.g.

Code: Select all

$nuConfigDBOptions = array(PDO::ATTR_PERSISTENT => true);
Post Reply