1
hoverfly
Lost the connection to database
  • 2005/7/23 9:21

  • hoverfly

  • Just popping in

  • Posts: 3

  • Since: 2003/5/27


When I debug my program, I found &getDatabaseConnection() in databasefactory.php connect to database everytime. Then I found static $instance was lost after the function load. After read manual, I catch the bug:

$instance =& new $class();


should be:

$instance = new $class();

Login

Who's Online

137 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits