Jump to content

How to replace aggregate() in php5


t_machine

Recommended Posts

I hope someone can help with this as it is very important to the database script I am using.

The script is used to cache msql queries but the aggregate() is stripped from php5.

 

This is the aggregrate used

aggregate($db, "sqlCache");

 

I must also mention this is getting it's data from a class file so $db = new dbcon($host, $user,.....);

 

How I can replace the aggregrate()? Any help is greatly appreciated. :)

 

 

Link to comment
https://forums.phpfreaks.com/topic/91428-how-to-replace-aggregate-in-php5/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.